Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPMacroExpansion.cpp209 if (CurSubmoduleState->VisibleModules.isVisible(MM->getOwningModule())) { in updateModuleMacroInfo()
250 IsSystemMacro &= Active->getOwningModule()->IsSystem || in updateModuleMacroInfo()
273 llvm::errs() << " " << O->getOwningModule()->getFullModuleName(); in dumpMacroInfo()
293 << MM->getOwningModule()->getFullModuleName(); in dumpMacroInfo()
300 MM->getOwningModule())) in dumpMacroInfo()
308 llvm::errs() << " " << O->getOwningModule()->getFullModuleName(); in dumpMacroInfo()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h534 Module *getOwningModule() const { return OwningModule; } in getOwningModule() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp108 Parent ? cast<Decl>(Parent)->getOwningModule() : nullptr; in operator new()
314 setLocalOwningModule(cast<Decl>(DC)->getOwningModule()); in setLexicalDeclContext()
319 getOwningModule()) && in setLexicalDeclContext()
H A DDecl.cpp579 if (auto *M = D->getOwningModule()) in isExportedFromModuleIntefaceUnit()
590 if (auto *M = D->getOwningModule()) in getInternalLinkageFor()
602 if (auto *M = D->getOwningModule()) in getExternalLinkageFor()
1482 Module *M = getOwningModule(); in getOwningModuleForLinkage()
H A DTextNodeDumper.cpp237 if (Module *M = D->getOwningModule()) in Visit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp406 clang::Module *module = module_macro->getOwningModule(); in ForEachMacro()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp1377 return S.getOwningModule(Entity); in getDefiningModule()
1430 Modules->push_back(S.getOwningModule(NonConstD)); in hasVisibleDefaultArgument()
1466 Modules->push_back(R->getOwningModule()); in hasVisibleDeclarationImpl()
1516 Module *DeclModule = SemaRef.getOwningModule(D); in isVisibleSlow()
5047 Module *Owner = getOwningModule(Def); in diagnoseMissingImport()
H A DSemaOverload.cpp9317 getOwningModule(const_cast<ValueDecl *>(VA)) == in isEquivalentInternalLinkageDeclaration()
9318 getOwningModule(const_cast<ValueDecl *>(VB)) || in isEquivalentInternalLinkageDeclaration()
9355 Module *M = getOwningModule(const_cast<NamedDecl*>(D)); in diagnoseEquivalentInternalLinkageDeclarations()
9360 Module *M = getOwningModule(const_cast<NamedDecl*>(E)); in diagnoseEquivalentInternalLinkageDeclarations()
H A DSemaDecl.cpp1457 New->setLocalOwningModule(Old->getOwningModule()); in CheckRedeclarationModuleOwnership()
1462 Module *NewM = New->getOwningModule(); in CheckRedeclarationModuleOwnership()
1463 Module *OldM = Old->getOwningModule(); in CheckRedeclarationModuleOwnership()
4054 EmittedDiag = noteFromModuleOrInclude(Old->getOwningModule(), OldIncLoc); in notePreviousDefinition()
14544 PrevDecl->getOwningModule() != getCurrentModule()) && in ActOnTag()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h752 Module *getOwningModule() const { in getOwningModule() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp306 Record.push_back(Writer.getSubmoduleID(D->getOwningModule())); in VisitDecl()
H A DASTWriter.cpp2532 getSubmoduleID(Macro->getOwningModule())); in WritePreprocessor()
2535 ModuleMacroRecord.push_back(getSubmoduleID(M->getOwningModule())); in WritePreprocessor()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1589 Module *getOwningModule(Decl *Entity) { return Entity->getOwningModule(); } in getOwningModule() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2858 if (Module *M = D->getOwningModule()) { in getParentModuleOrNull()