Searched refs:LookupDirect (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 1087 static bool LookupDirect(Sema &S, LookupResult &R, const DeclContext *DC) { in LookupDirect() function 1195 bool Found = LookupDirect(S, R, NS); in CppNamespaceLookup() 1200 if (LookupDirect(S, R, UUE.getNominatedNamespace())) in CppNamespaceLookup() 2087 bool FoundDirect = LookupDirect(S, DirectR, ND); in LookupQualifiedNameInUsingDirectives() 2177 if (LookupDirect(*this, R, LookupCtx)) { in LookupQualifiedName()
|