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 actuall path on the filesystem.

extractIncludes
(
,
int depth = 2
)

Parameters

root
Type: Cursor

clang AST

depth
Type: int

how deep into the AST to analyze.

Meta