Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h276 bool shouldLinkPossiblyHiddenDecl(const NamedDecl *Old, in shouldLinkPossiblyHiddenDecl() function
286 bool shouldLinkPossiblyHiddenDecl(LookupResult &Old, const NamedDecl *New);
/external/clang/lib/Sema/
DSemaLookup.cpp1593 bool Sema::shouldLinkPossiblyHiddenDecl(LookupResult &R, const NamedDecl *New) { in shouldLinkPossiblyHiddenDecl() function in Sema
DSemaDecl.cpp3473 if (!shouldLinkPossiblyHiddenDecl(Previous, New)) in MergeVarDecl()
8658 if (shouldLinkPossiblyHiddenDecl(Candidate, NewFD)) { in CheckFunctionDeclaration()
14548 shouldLinkPossiblyHiddenDecl(PrevDecl, New)) { in ActOnEnumConstant()
DSemaOverload.cpp966 !shouldLinkPossiblyHiddenDecl(*I, New)) in CheckOverload()