Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp1198 return Def->isInAnotherModuleUnit() && !Def->isInlineSpecified(); in isVTableExternal()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h670 bool isInAnotherModuleUnit() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1083 bool Decl::isInAnotherModuleUnit() const { in isInAnotherModuleUnit() function in Decl
H A DASTContext.cpp11913 if (VD->isInAnotherModuleUnit()) in DeclMustBeEmitted()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1924 if (!D->isInAnotherModuleUnit()) in isReachableSlow()
3918 if (D->isInAnotherModuleUnit() && in ArgumentDependentLookup()
H A DSemaOverload.cpp6826 if (getLangOpts().CPlusPlusModules && Function->isInAnotherModuleUnit()) { in AddOverloadCandidate()