Home
last modified time | relevance | path

Searched refs:getOwningModule (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp213 if (CurSubmoduleState->VisibleModules.isVisible(MM->getOwningModule())) { in updateModuleMacroInfo()
254 IsSystemMacro &= Active->getOwningModule()->IsSystem || in updateModuleMacroInfo()
277 llvm::errs() << " " << O->getOwningModule()->getFullModuleName(); in dumpMacroInfo()
297 << MM->getOwningModule()->getFullModuleName(); in dumpMacroInfo()
304 MM->getOwningModule())) in dumpMacroInfo()
312 llvm::errs() << " " << O->getOwningModule()->getFullModuleName(); in dumpMacroInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingAction.cpp229 auto *OwningMod = MM->getOwningModule(); in indexPreprocessorModuleMacros()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp108 Parent ? cast<Decl>(Parent)->getOwningModule() : nullptr; in operator new()
346 setLocalOwningModule(cast<Decl>(DC)->getOwningModule()); in setLexicalDeclContext()
351 getOwningModule()) && in setLexicalDeclContext()
H A DDecl.cpp573 if (auto *M = D->getOwningModule()) in isInModulePurview()
1523 Module *M = getOwningModule(); in getOwningModuleForLinkage()
H A DTextNodeDumper.cpp261 if (Module *M = D->getOwningModule()) in Visit()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h533 Module *getOwningModule() const { return OwningModule; } in getOwningModule() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp1540 return S.getOwningModule(Entity); in getDefiningModule()
1595 Modules->push_back(S.getOwningModule(NonConstD)); in hasVisibleDefaultArgument()
1631 Modules->push_back(R->getOwningModule()); in hasVisibleDeclarationImpl()
1682 Module *DeclModule = SemaRef.getOwningModule(D); in isVisibleSlow()
5339 Module *Owner = getOwningModule(Def); in diagnoseMissingImport()
H A DSemaDecl.cpp1572 New->setLocalOwningModule(Old->getOwningModule()); in CheckRedeclarationModuleOwnership()
1577 Module *NewM = New->getOwningModule(); in CheckRedeclarationModuleOwnership()
1578 Module *OldM = Old->getOwningModule(); in CheckRedeclarationModuleOwnership()
4308 noteFromModuleOrInclude(Old->getOwningModule(), OldIncLoc); in notePreviousDefinition()
16001 PrevDecl->getOwningModule() != getCurrentModule()) && in ActOnTag()
H A DSemaOverload.cpp9891 getOwningModule(VA) == getOwningModule(VB) || in isEquivalentInternalLinkageDeclaration()
9929 Module *M = getOwningModule(D); in diagnoseEquivalentInternalLinkageDeclarations()
9934 Module *M = getOwningModule(E); in diagnoseEquivalentInternalLinkageDeclarations()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h773 Module *getOwningModule() const { in getOwningModule() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp312 Record.push_back(Writer.getSubmoduleID(D->getOwningModule())); in VisitDecl()
H A DASTWriter.cpp2244 getSubmoduleID(Macro->getOwningModule())); in WritePreprocessor()
2247 ModuleMacroRecord.push_back(getSubmoduleID(M->getOwningModule())); in WritePreprocessor()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2154 Module *getOwningModule(const Decl *Entity) { in getOwningModule() function
2155 return Entity->getOwningModule(); in getOwningModule()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3279 if (Module *M = D->getOwningModule()) { in getParentModuleOrNull()