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

/external/clang/lib/Sema/
H A DSemaLookup.cpp670 static bool LookupDirect(Sema &S, LookupResult &R, const DeclContext *DC) { function
769 bool Found = LookupDirect(S, R, NS);
774 if (LookupDirect(S, R, UUE.getNominatedNamespace()))
1496 bool FoundDirect = LookupDirect(S, DirectR, ND);
1618 if (LookupDirect(*this, R, LookupCtx)) {

Completed in 58 milliseconds