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.
clang AST
how deep into the AST to analyze.
See Implementation
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.