struct CXIdxImportedASTFileInfo
Declaration
struct CXIdxImportedASTFileInfo { /* full declaration omitted */ };
Description
Data for IndexerCallbacks#importedASTFile.
Declared at: clang/include/clang-c/Index.h:6305
Member Variables
- public CXFile file
- Top level AST file containing the imported PCH, module or submodule.
- public CXModule module
- The imported module or NULL if the AST file is a PCH.
- public CXIdxLoc loc
- Location where the file is imported. Applicable only for modules.
- public int isImplicit
- Non-zero if an inclusion directive was automatically turned into a module import. Applicable only for modules.