| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclBase.cpp | 108 Parent ? cast<Decl>(Parent)->getOwningModule() : nullptr; in operator new() 355 setLocalOwningModule(cast<Decl>(DC)->getOwningModule()); in setLexicalDeclContext() 360 getOwningModule()) && in setLexicalDeclContext() 1084 auto *M = getOwningModule(); in isInAnotherModuleUnit() 1106 return getASTContext().getLangOpts().SkipODRCheckInGMF && getOwningModule() && in shouldSkipCheckingODR() 1107 getOwningModule()->isExplicitGlobalModule(); in shouldSkipCheckingODR()
|
| H A D | Decl.cpp | 587 if (auto *M = D->getOwningModule()) in isDeclaredInModuleInterfaceOrPartition() 1179 if (auto *M = D->getOwningModule()) in isInNamedModule() 1630 Module *M = getOwningModule(); in getOwningModuleForLinkage()
|
| H A D | TextNodeDumper.cpp | 263 if (Module *M = D->getOwningModule()) in Visit()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPMacroExpansion.cpp | 210 if (CurSubmoduleState->VisibleModules.isVisible(MM->getOwningModule())) { in updateModuleMacroInfo() 251 IsSystemMacro &= Active->getOwningModule()->IsSystem || in updateModuleMacroInfo() 274 llvm::errs() << " " << O->getOwningModule()->getFullModuleName(); in dumpMacroInfo() 295 << MM->getOwningModule()->getFullModuleName(); in dumpMacroInfo() 302 MM->getOwningModule())) in dumpMacroInfo() 310 llvm::errs() << " " << O->getOwningModule()->getFullModuleName(); in dumpMacroInfo()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexingAction.cpp | 248 auto *OwningMod = MM->getOwningModule(); in indexPreprocessorModuleMacros()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | MacroInfo.h | 559 Module *getOwningModule() const { return OwningModule; } in getOwningModule() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 1565 return S.getOwningModule(Entity); in getDefiningModule() 1648 Modules->push_back(S.getOwningModule(NonConstD)); in hasAcceptableDefaultArgument() 1701 Modules->push_back(R->getOwningModule()); in hasAcceptableDeclarationImpl() 1792 Module *DeclModule = SemaRef.getOwningModule(D); in isAcceptableSlow() 1917 Module *DeclModule = SemaRef.getOwningModule(D); in isReachableSlow() 3909 Module *FM = D->getOwningModule(); in ArgumentDependentLookup() 3923 if (E->getOwningModule() != FM) in ArgumentDependentLookup() 5688 Module *Owner = getOwningModule(Def); in diagnoseMissingImport()
|
| H A D | SemaDecl.cpp | 1673 New->setLocalOwningModule(Old->getOwningModule()); in CheckRedeclarationModuleOwnership() 1678 Module *NewM = New->getOwningModule(); in CheckRedeclarationModuleOwnership() 1679 Module *OldM = Old->getOwningModule(); in CheckRedeclarationModuleOwnership() 1800 Module *NewM = New->getOwningModule(); in IsRedefinitionInModule() 1801 Module *OldM = Old->getOwningModule(); in IsRedefinitionInModule() 4869 noteFromModuleOrInclude(Old->getOwningModule(), OldIncLoc); in notePreviousDefinition() 9879 !NewFD->getOwningModule() || in ActOnFunctionDeclarator() 9880 NewFD->getOwningModule()->isGlobalModule() || in ActOnFunctionDeclarator() 9881 NewFD->getOwningModule()->isHeaderLikeModule(); in ActOnFunctionDeclarator() 10263 NewFD->hasOwningModule() && NewFD->getOwningModule()->isNamedModule()) { in ActOnFunctionDeclarator() [all …]
|
| H A D | Sema.cpp | 1289 DefInPMF = FDD->getOwningModule()->isPrivateModule(); in ActOnEndOfTranslationUnit()
|
| H A D | SemaTemplate.cpp | 3009 if (!OldTypeParm->getOwningModule()) in CheckTemplateParameterList() 3061 if (!OldNonTypeParm->getOwningModule()) in CheckTemplateParameterList() 3112 if (!OldTemplateParm->getOwningModule()) in CheckTemplateParameterList()
|
| H A D | SemaOverload.cpp | 10603 getOwningModule(VA) == getOwningModule(VB) || in isEquivalentInternalLinkageDeclaration() 10641 Module *M = getOwningModule(D); in diagnoseEquivalentInternalLinkageDeclarations() 10646 Module *M = getOwningModule(E); in diagnoseEquivalentInternalLinkageDeclarations()
|
| H A D | SemaDeclCXX.cpp | 12130 Module *M = ND->getOwningModule(); in DiagnoseInvisibleNamespace()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 518 clang::Module *module = module_macro->getOwningModule(); in ForEachMacro()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclBase.h | 843 Module *getOwningModule() const { in getOwningModule() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 3510 if (CXX20ModuleInits && VD->getOwningModule() && in MayBeEmittedEagerly() 3511 !VD->getOwningModule()->isModuleMapModule()) { in MayBeEmittedEagerly() 3991 if (const Module *M = F->getOwningModule(); in shouldEmitFunction()
|
| H A D | CGDebugInfo.cpp | 3574 if (Module *M = D->getOwningModule()) { in getParentModuleOrNull()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 352 Record.push_back(Writer.getSubmoduleID(D->getOwningModule())); in VisitDecl()
|
| H A D | ASTWriter.cpp | 2486 ModuleMacroRecord.push_back(getSubmoduleID(Macro->getOwningModule())); in WritePreprocessor() 2489 ModuleMacroRecord.push_back(getSubmoduleID(M->getOwningModule())); in WritePreprocessor()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2393 Module *getOwningModule(const Decl *Entity) { in getOwningModule() function 2394 return Entity->getOwningModule(); in getOwningModule()
|