extractIncludes

Extract the filenames from all #include preprocessor macros that are found in the AST.

Note that this is the filename inside the "", not the actual path on the filesystem.

extractIncludes
(,
int depth = 2
)

Parameters

root Cursor

clang AST

depth int

how deep into the AST to analyze.

Meta