struct ASTReader::ImportedModule
Declaration
struct ASTReader::ImportedModule { /* full declaration omitted */ };
Declared at: clang/include/clang/Serialization/ASTReader.h:1300
Member Variables
- public clang::ASTReader::ModuleFile* Mod
- public clang::ASTReader::ModuleFile* ImportedBy
- public clang::SourceLocation ImportLoc
Method Overview
- public ImportedModule(clang::ASTReader::ModuleFile * Mod, clang::ASTReader::ModuleFile * ImportedBy, clang::SourceLocation ImportLoc)
Methods
ΒΆImportedModule(
clang::ASTReader::ModuleFile* Mod,
clang::ASTReader::ModuleFile* ImportedBy,
clang::SourceLocation ImportLoc)
ImportedModule(
clang::ASTReader::ModuleFile* Mod,
clang::ASTReader::ModuleFile* ImportedBy,
clang::SourceLocation ImportLoc)
Declared at: clang/include/clang/Serialization/ASTReader.h:1305
Parameters
- clang::ASTReader::ModuleFile* Mod
- clang::ASTReader::ModuleFile* ImportedBy
- clang::SourceLocation ImportLoc