Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp137 const Module *Mod = ImportD->getImportedModule(); in importedModule()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1785 OS << ' ' << D->getImportedModule()->getFullModuleName(); in VisitImportDecl()
1788 D->getASTContext().getModuleInitializers(D->getImportedModule())) in VisitImportDecl()
H A DDeclPrinter.cpp934 Out << "@import " << D->getImportedModule()->getFullModuleName() in VisitImportDecl()
H A DDecl.cpp5112 getNumModuleIdentifiers(getImportedModule())); in getIdentifierLocs()
H A DASTContext.cpp1148 auto It = ModuleInitializers.find(ID->getImportedModule()); in addModuleInitializer()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5880 if (!ImportedModules.insert(Import->getImportedModule())) in EmitTopLevelDecl()
5892 Visited.insert(Import->getImportedModule()); in EmitTopLevelDecl()
5893 Stack.push_back(Import->getImportedModule()); in EmitTopLevelDecl()
H A DCGDebugInfo.cpp4996 if (Module *M = ID.getImportedModule()) { in EmitImportDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4798 assert(SubmoduleIDs.find(I->getImportedModule()) != SubmoduleIDs.end()); in WriteASTCore()
4799 Imports.push_back(ModuleInfo(SubmoduleIDs[I->getImportedModule()], in WriteASTCore()
4800 I->getImportedModule())); in WriteASTCore()
H A DASTWriterDecl.cpp1440 Record.push_back(Writer.getSubmoduleID(D->getImportedModule())); in VisitImportDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp927 if (const Module *Mod = ImportD->getImportedModule()) { in AddTopLevelDeclarationToHash()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4493 Module *getImportedModule() const { return ImportedModule; } in getImportedModule() function