Home
last modified time | relevance | path

Searched refs:getImportedOwningModule (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp72 if (!D->getImportedOwningModule()) in VisitImportDecl()
232 if (!D->getImportedOwningModule()) in HandleImplicitImportDecl()
H A DCodeGenModule.cpp5850 if (!Import->getImportedOwningModule()) { in EmitTopLevelDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h743 Module *getImportedOwningModule() const { in getImportedOwningModule() function
774 return isFromASTFile() ? getImportedOwningModule() : getLocalOwningModule(); in getOwningModule()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp490 if (Module *SrcMod = ImportD->getImportedOwningModule()) in importedModule()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp2834 auto *M = D->getImportedOwningModule(); in isConsumerInterestedIn()
H A DASTReader.cpp4110 Def, MergedDef->getImportedOwningModule(), in mergeDefinitionVisibility()
9147 if (Module *M = D->getImportedOwningModule()) in getOwningModuleNameForDiagnostic()