Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp248 auto *OwningMod = MM->getOwningModule(); in indexPreprocessorModuleMacros()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h533 Module *getOwningModule() const { return OwningModule; } in getOwningModule() function
/freebsd-13.1/contrib/llvm-project/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.cpp262 if (Module *M = D->getOwningModule()) in Visit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp458 clang::Module *module = module_macro->getOwningModule(); in ForEachMacro()
/freebsd-13.1/contrib/llvm-project/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()
5349 Module *Owner = getOwningModule(Def); in diagnoseMissingImport()
H A DSemaDecl.cpp1585 New->setLocalOwningModule(Old->getOwningModule()); in CheckRedeclarationModuleOwnership()
1590 Module *NewM = New->getOwningModule(); in CheckRedeclarationModuleOwnership()
1591 Module *OldM = Old->getOwningModule(); in CheckRedeclarationModuleOwnership()
4371 noteFromModuleOrInclude(Old->getOwningModule(), OldIncLoc); in notePreviousDefinition()
16057 PrevDecl->getOwningModule() != getCurrentModule()) && in ActOnTag()
H A DSemaOverload.cpp9908 getOwningModule(VA) == getOwningModule(VB) || in isEquivalentInternalLinkageDeclaration()
9946 Module *M = getOwningModule(D); in diagnoseEquivalentInternalLinkageDeclarations()
9951 Module *M = getOwningModule(E); in diagnoseEquivalentInternalLinkageDeclarations()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h773 Module *getOwningModule() const { in getOwningModule() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp314 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()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2190 Module *getOwningModule(const Decl *Entity) { in getOwningModule() function
2191 return Entity->getOwningModule(); in getOwningModule()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3261 if (Module *M = D->getOwningModule()) { in getParentModuleOrNull()