clang API Documentation

Public Attributes
CXIdxImportedASTFileInfo Struct Reference

Data for IndexerCallbacks::importedASTFile. More...

#include <Index.h>

Collaboration diagram for CXIdxImportedASTFileInfo:
Collaboration graph
[legend]

List of all members.

Public Attributes

CXFile file
 Top level AST file containing the imported PCH, module or submodule.
CXModule module
 The imported module or NULL if the AST file is a PCH.
CXIdxLoc loc
 Location where the file is imported. Applicable only for modules.
int isImplicit
 Non-zero if an inclusion directive was automatically turned into a module import. Applicable only for modules.

Detailed Description

Data for IndexerCallbacks::importedASTFile.

Definition at line 5174 of file Index.h.


Member Data Documentation

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

Definition at line 5178 of file Index.h.

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

Definition at line 5191 of file Index.h.

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

Definition at line 5186 of file Index.h.

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

Definition at line 5182 of file Index.h.


The documentation for this struct was generated from the following file: