Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp2045 bool Sema::shouldLinkPossiblyHiddenDecl(LookupResult &R, const NamedDecl *New) { in shouldLinkPossiblyHiddenDecl() function in Sema
H A DSemaDecl.cpp4558 if (!shouldLinkPossiblyHiddenDecl(Previous, New)) in MergeVarDecl()
12053 if (shouldLinkPossiblyHiddenDecl(Candidate, NewFD)) { in CheckFunctionDeclaration()
H A DSemaOverload.cpp1245 !shouldLinkPossiblyHiddenDecl(*I, New)) in CheckOverload()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9765 bool shouldLinkPossiblyHiddenDecl(const NamedDecl *Old, in shouldLinkPossiblyHiddenDecl() function
9778 bool shouldLinkPossiblyHiddenDecl(LookupResult &Old, const NamedDecl *New);