Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp135 const Module *Mod = ImportD->getImportedModule(); in importedModule()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp2040 OS << ' ' << D->getImportedModule()->getFullModuleName(); in VisitImportDecl()
2043 D->getASTContext().getModuleInitializers(D->getImportedModule())) in VisitImportDecl()
H A DDeclPrinter.cpp1078 Out << "@import " << D->getImportedModule()->getFullModuleName() in VisitImportDecl()
H A DDecl.cpp5656 getNumModuleIdentifiers(getImportedModule())); in getIdentifierLocs()
H A DASTContext.cpp1062 auto It = ModuleInitializers.find(ID->getImportedModule()); in addModuleInitializer()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp6925 if (!ImportedModules.insert(Import->getImportedModule())) in EmitTopLevelDecl()
6947 Visited.insert(Import->getImportedModule()); in EmitTopLevelDecl()
6948 Stack.push_back(Import->getImportedModule()); in EmitTopLevelDecl()
H A DCGDebugInfo.cpp5766 if (Module *M = ID.getImportedModule()) { in EmitImportDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5203 assert(SubmoduleIDs.contains(I->getImportedModule())); in WriteASTCore()
5204 Imports.push_back(ModuleInfo(SubmoduleIDs[I->getImportedModule()], in WriteASTCore()
5205 I->getImportedModule())); in WriteASTCore()
H A DASTWriterDecl.cpp1582 Record.push_back(Writer.getSubmoduleID(D->getImportedModule())); in VisitImportDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp962 if (const Module *Mod = ImportD->getImportedModule()) { in AddTopLevelDeclarationToHash()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4810 Module *getImportedModule() const { return ImportedModule; } in getImportedModule() function