Searched refs:LookupDirect (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 832 static bool LookupDirect(Sema &S, LookupResult &R, const DeclContext *DC) { in LookupDirect() function 940 bool Found = LookupDirect(S, R, NS); in CppNamespaceLookup() 945 if (LookupDirect(S, R, UUE.getNominatedNamespace())) in CppNamespaceLookup() 1908 bool FoundDirect = LookupDirect(S, DirectR, ND); in LookupQualifiedNameInUsingDirectives() 2039 if (LookupDirect(*this, R, LookupCtx)) { in LookupQualifiedName()
|