Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Index/
H A DIndexingContext.cpp136 const Module *Mod = ImportD->getImportedModule(); in importedModule()
/llvm-project-15.0.7/clang/lib/AST/
H A DTextNodeDumper.cpp1818 OS << ' ' << D->getImportedModule()->getFullModuleName(); in VisitImportDecl()
1821 D->getASTContext().getModuleInitializers(D->getImportedModule())) in VisitImportDecl()
H A DDeclPrinter.cpp938 Out << "@import " << D->getImportedModule()->getFullModuleName() in VisitImportDecl()
H A DDecl.cpp5255 getNumModuleIdentifiers(getImportedModule())); in getIdentifierLocs()
H A DASTContext.cpp1161 auto It = ModuleInitializers.find(ID->getImportedModule()); in addModuleInitializer()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp489 Module *Mod = ImportD->getImportedModule(); in importedModule()
H A DCIndex.cpp4794 if (Module *Mod = ImportD->getImportedModule()) in getDeclSpelling()
8686 return ImportD->getImportedModule(); in clang_Cursor_getModule()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp5000 assert(SubmoduleIDs.find(I->getImportedModule()) != SubmoduleIDs.end()); in WriteASTCore()
5001 Imports.push_back(ModuleInfo(SubmoduleIDs[I->getImportedModule()], in WriteASTCore()
5002 I->getImportedModule())); in WriteASTCore()
H A DASTWriterDecl.cpp1450 Record.push_back(Writer.getSubmoduleID(D->getImportedModule())); in VisitImportDecl()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp6276 if (!ImportedModules.insert(Import->getImportedModule())) in EmitTopLevelDecl()
6298 Visited.insert(Import->getImportedModule()); in EmitTopLevelDecl()
6299 Stack.push_back(Import->getImportedModule()); in EmitTopLevelDecl()
H A DCGDebugInfo.cpp5551 if (Module *M = ID.getImportedModule()) { in EmitImportDecl()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp926 if (const Module *Mod = ImportD->getImportedModule()) { in AddTopLevelDeclarationToHash()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h4582 Module *getImportedModule() const { return ImportedModule; } in getImportedModule() function