Searched refs:shouldLinkPossiblyHiddenDecl (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/Sema/ |
D | Sema.h | 276 bool shouldLinkPossiblyHiddenDecl(const NamedDecl *Old, in shouldLinkPossiblyHiddenDecl() function 286 bool shouldLinkPossiblyHiddenDecl(LookupResult &Old, const NamedDecl *New);
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 1593 bool Sema::shouldLinkPossiblyHiddenDecl(LookupResult &R, const NamedDecl *New) { in shouldLinkPossiblyHiddenDecl() function in Sema
|
D | SemaDecl.cpp | 3473 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/ |
D | SemaLookup.cpp | 1750 bool Sema::shouldLinkPossiblyHiddenDecl(LookupResult &R, const NamedDecl *New) { in shouldLinkPossiblyHiddenDecl() function in Sema
|
D | SemaDecl.cpp | 4019 if (!shouldLinkPossiblyHiddenDecl(Previous, New)) in MergeVarDecl() 10671 if (shouldLinkPossiblyHiddenDecl(Candidate, NewFD)) { in CheckFunctionDeclaration()
|
D | SemaOverload.cpp | 1070 !shouldLinkPossiblyHiddenDecl(*I, New)) in CheckOverload()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 360 bool shouldLinkPossiblyHiddenDecl(const NamedDecl *Old, in shouldLinkPossiblyHiddenDecl() function 373 bool shouldLinkPossiblyHiddenDecl(LookupResult &Old, const NamedDecl *New);
|