Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h671 bool isInAnotherModuleUnit() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1122 bool Decl::isInAnotherModuleUnit() const { in isInAnotherModuleUnit() function in Decl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1945 if (!D->isInAnotherModuleUnit()) in isReachableSlow()
3852 if (D->isInAnotherModuleUnit() && in ArgumentDependentLookup()
H A DSemaOverload.cpp6873 if (getLangOpts().CPlusPlusModules && Function->isInAnotherModuleUnit()) { in AddOverloadCandidate()