Searched defs:Imported (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Lex/
H A DPPDirectives.cpp1480 Module *Imported local
1485 if (!BuildingImportedModule && Imported)
/external/clang/lib/AST/
H A DASTImporter.cpp2055 Importer.Imported(D, ToD);
2121 Importer.Imported(D, ToNamespace);
2151 return Importer.Imported(D, FoundTypedef);
2188 Importer.Imported(D, ToTypedef);
2236 return Importer.Imported(D, FoundEnum);
2259 Importer.Imported(D, D2);
2285 return Importer.Imported(D, ImportedDef);
2331 return Importer.Imported(D, FoundDef);
2376 Importer.Imported(D, D2);
2429 Importer.Imported(
4644 Decl *ASTImporter::Imported(Decl *From, Decl *To) { function in class:ASTImporter
[all...]
H A DDecl.cpp3041 Module *Imported,
3043 : Decl(Import, DC, StartLoc), ImportedAndComplete(Imported, true),
3046 assert(getNumModuleIdentifiers(Imported) == IdentifierLocs.size());
3053 Module *Imported, SourceLocation EndLoc)
3054 : Decl(Import, DC, StartLoc), ImportedAndComplete(Imported, false),
3061 SourceLocation StartLoc, Module *Imported,
3065 return new (Mem) ImportDecl(DC, StartLoc, Imported, IdentifierLocs);
3070 Module *Imported,
3073 ImportDecl *Import = new (Mem) ImportDecl(DC, StartLoc, Imported, EndLoc);
3040 ImportDecl(DeclContext *DC, SourceLocation StartLoc, Module *Imported, ArrayRef<SourceLocation> IdentifierLocs) argument
3052 ImportDecl(DeclContext *DC, SourceLocation StartLoc, Module *Imported, SourceLocation EndLoc) argument
3060 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, Module *Imported, ArrayRef<SourceLocation> IdentifierLocs) argument
3068 CreateImplicit(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, Module *Imported, SourceLocation EndLoc) argument
/external/clang/lib/Serialization/
H A DASTReader.cpp2633 Module *Imported = Mod->Imports[I]; local
2634 if (!Visited.insert(Imported))
2642 if (Imported == Restriction || Imported->isSubModuleOf(Restriction)) {
2652 Stack.push_back(Imported);
2985 if (Module *Imported = getSubmodule(ImportedModules[I]))
2986 makeModuleVisible(Imported, Module::AllVisible);

Completed in 439 milliseconds