Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp1971 bool Sema::shouldLinkPossiblyHiddenDecl(LookupResult &R, const NamedDecl *New) { in shouldLinkPossiblyHiddenDecl() function in Sema
H A DSemaDecl.cpp4516 if (!shouldLinkPossiblyHiddenDecl(Previous, New)) in MergeVarDecl()
11630 if (shouldLinkPossiblyHiddenDecl(Candidate, NewFD)) { in CheckFunctionDeclaration()
H A DSemaOverload.cpp1155 !shouldLinkPossiblyHiddenDecl(*I, New)) in CheckOverload()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h368 bool shouldLinkPossiblyHiddenDecl(const NamedDecl *Old, in shouldLinkPossiblyHiddenDecl() function
381 bool shouldLinkPossiblyHiddenDecl(LookupResult &Old, const NamedDecl *New);