Searched refs:LookupDirect (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 1097 static bool LookupDirect(Sema &S, LookupResult &R, const DeclContext *DC) { in LookupDirect() function 1205 bool Found = LookupDirect(S, R, NS); in CppNamespaceLookup() 1210 if (LookupDirect(S, R, UUE.getNominatedNamespace())) in CppNamespaceLookup() 2343 bool FoundDirect = LookupDirect(S, DirectR, ND); in LookupQualifiedNameInUsingDirectives() 2433 if (LookupDirect(*this, R, LookupCtx)) { in LookupQualifiedName()
|