Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h672 bool isInAnotherModuleUnit() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1143 bool Decl::isInAnotherModuleUnit() const { in isInAnotherModuleUnit() function in Decl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1982 if (!D->isInAnotherModuleUnit()) in isReachableSlow()
3947 if (D->isInAnotherModuleUnit() && in ArgumentDependentLookup()
H A DSemaDecl.cpp3862 !New->isThisDeclarationADefinition() && !Old->isInAnotherModuleUnit()) in MergeFunctionDecl()
4732 !Old->isInAnotherModuleUnit()) in MergeVarDecl()
H A DSemaOverload.cpp7121 if (getLangOpts().CPlusPlusModules && Function->isInAnotherModuleUnit()) { in AddOverloadCandidate()
H A DSemaExpr.cpp18524 if (!Func->isDefined() && !Func->isInAnotherModuleUnit()) { in MarkFunctionReferenced()