Data for ppIncludedFile callback.
More...
#include "clang-c/Index.h"
Data for ppIncludedFile callback.
Definition at line 5714 of file Index.h.
| CXFile CXIdxIncludedFileInfo::file |
The actual file that the #include/#import directive resolved to.
Definition at line 5726 of file Index.h.
| const char* CXIdxIncludedFileInfo::filename |
Filename as written in the #include/#import directive.
Definition at line 5722 of file Index.h.
Location of '#' in the #include/#import directive.
Definition at line 5718 of file Index.h.
| int CXIdxIncludedFileInfo::isAngled |
| int CXIdxIncludedFileInfo::isImport |
| int CXIdxIncludedFileInfo::isModuleImport |
Non-zero if the directive was automatically turned into a module import.
Definition at line 5733 of file Index.h.
The documentation for this struct was generated from the following file: