Home
last modified time | relevance | path

Searched refs:LookupDirect (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaLookup.cpp828 static bool LookupDirect(Sema &S, LookupResult &R, const DeclContext *DC) { in LookupDirect() function
927 bool Found = LookupDirect(S, R, NS); in CppNamespaceLookup()
932 if (LookupDirect(S, R, UUE.getNominatedNamespace())) in CppNamespaceLookup()
1873 bool FoundDirect = LookupDirect(S, DirectR, ND); in LookupQualifiedNameInUsingDirectives()
2004 if (LookupDirect(*this, R, LookupCtx)) { in LookupQualifiedName()