Searched refs:LookupDirect (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 659 static bool LookupDirect(Sema &S, LookupResult &R, const DeclContext *DC) { in LookupDirect() function 759 bool Found = LookupDirect(S, R, NS); in CppNamespaceLookup() 767 if (LookupDirect(S, R, UI->getNominatedNamespace())) in CppNamespaceLookup() 1424 bool FoundDirect = LookupDirect(S, DirectR, ND); in LookupQualifiedNameInUsingDirectives() 1546 if (LookupDirect(*this, R, LookupCtx)) { in LookupQualifiedName()
|