Searched refs:LookupDirect (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaLookup.cpp | 673 static bool LookupDirect(Sema &S, LookupResult &R, const DeclContext *DC) { in LookupDirect() function 772 bool Found = LookupDirect(S, R, NS); in CppNamespaceLookup() 777 if (LookupDirect(S, R, UUE.getNominatedNamespace())) in CppNamespaceLookup() 1638 bool FoundDirect = LookupDirect(S, DirectR, ND); in LookupQualifiedNameInUsingDirectives() 1760 if (LookupDirect(*this, R, LookupCtx)) { in LookupQualifiedName()
|