Home
last modified time | relevance | path

Searched refs:getImportedModule (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Index/
H A DIndexingContext.cpp136 const Module *Mod = ImportD->getImportedModule(); in importedModule()
/openbsd/gnu/llvm/clang/lib/AST/
H A DTextNodeDumper.cpp1840 OS << ' ' << D->getImportedModule()->getFullModuleName(); in VisitImportDecl()
1843 D->getASTContext().getModuleInitializers(D->getImportedModule())) in VisitImportDecl()
H A DDeclPrinter.cpp942 Out << "@import " << D->getImportedModule()->getFullModuleName() in VisitImportDecl()
H A DDecl.cpp5399 getNumModuleIdentifiers(getImportedModule())); in getIdentifierLocs()
H A DASTContext.cpp1135 auto It = ModuleInitializers.find(ID->getImportedModule()); in addModuleInitializer()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp489 Module *Mod = ImportD->getImportedModule(); in importedModule()
H A DCIndex.cpp4824 if (Module *Mod = ImportD->getImportedModule())
8722 return ImportD->getImportedModule(); in clang_Cursor_getModule()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp6480 if (!ImportedModules.insert(Import->getImportedModule())) in EmitTopLevelDecl()
6502 Visited.insert(Import->getImportedModule()); in EmitTopLevelDecl()
6503 Stack.push_back(Import->getImportedModule()); in EmitTopLevelDecl()
H A DCGDebugInfo.cpp5592 if (Module *M = ID.getImportedModule()) { in EmitImportDecl()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp5104 assert(SubmoduleIDs.find(I->getImportedModule()) != SubmoduleIDs.end()); in WriteASTCore()
5105 Imports.push_back(ModuleInfo(SubmoduleIDs[I->getImportedModule()], in WriteASTCore()
5106 I->getImportedModule())); in WriteASTCore()
H A DASTWriterDecl.cpp1468 Record.push_back(Writer.getSubmoduleID(D->getImportedModule())); in VisitImportDecl()
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp954 if (const Module *Mod = ImportD->getImportedModule()) { in AddTopLevelDeclarationToHash()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDecl.h4695 Module *getImportedModule() const { return ImportedModule; } in getImportedModule() function