HomeSort by: relevance | last modified time | path
    Searched refs:shouldLinkPossiblyHiddenDecl (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 369 bool shouldLinkPossiblyHiddenDecl(const NamedDecl *Old,
382 bool shouldLinkPossiblyHiddenDecl(LookupResult &Old, const NamedDecl *New);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp 1791 bool Sema::shouldLinkPossiblyHiddenDecl(LookupResult &R, const NamedDecl *New) {
SemaDecl.cpp 4037 if (!shouldLinkPossiblyHiddenDecl(Previous, New))
10763 if (shouldLinkPossiblyHiddenDecl(Candidate, NewFD)) {
SemaOverload.cpp 1070 !shouldLinkPossiblyHiddenDecl(*I, New))

Completed in 80 milliseconds