HomeSort by relevance Sort by last modified time
    Searched refs:shouldLinkPossiblyHiddenDecl (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Sema/
Sema.h 273 bool shouldLinkPossiblyHiddenDecl(const NamedDecl *Old,
283 bool shouldLinkPossiblyHiddenDecl(LookupResult &Old, const NamedDecl *New);
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp 928 !shouldLinkPossiblyHiddenDecl(*I, New))
    [all...]

Completed in 71 milliseconds