CXIdxImportedASTFileInfo

\brief Data for IndexerCallbacks#importedASTFile.

extern (C)
struct CXIdxImportedASTFileInfo {}

Members

Variables

file
CXFile file;

\brief Top level AST file containing the imported PCH, module or submodule.

isImplicit
int isImplicit;

\brief Non-zero if an inclusion directive was automatically turned into a module import. Applicable only for modules.

loc
CXIdxLoc loc;

\brief Location where the file is imported. Applicable only for modules.

module_
CXModule module_;

\brief The imported module or NULL if the AST file is a PCH.

Meta