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