Home
last modified time | relevance | path

Searched refs:shouldLinkPossiblyHiddenDecl (Results 1 – 7 of 7) 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()
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp1750 bool Sema::shouldLinkPossiblyHiddenDecl(LookupResult &R, const NamedDecl *New) { in shouldLinkPossiblyHiddenDecl() function in Sema
DSemaDecl.cpp4019 if (!shouldLinkPossiblyHiddenDecl(Previous, New)) in MergeVarDecl()
10671 if (shouldLinkPossiblyHiddenDecl(Candidate, NewFD)) { in CheckFunctionDeclaration()
DSemaOverload.cpp1070 !shouldLinkPossiblyHiddenDecl(*I, New)) in CheckOverload()
/external/llvm-project/clang/include/clang/Sema/
DSema.h360 bool shouldLinkPossiblyHiddenDecl(const NamedDecl *Old, in shouldLinkPossiblyHiddenDecl() function
373 bool shouldLinkPossiblyHiddenDecl(LookupResult &Old, const NamedDecl *New);