Searched defs:LookupQualifiedName (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaLookup.cpp955 if (LookupQualifiedName(R, Ctx, /*InUnqualifiedLookup=*/true))
1404 bool Sema::LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx, function in class:Sema
1406 assert(LookupCtx && "Sema::LookupQualifiedName requires a lookup context");
1593 /// unqualified name lookup (with LookupQualifiedName or LookupName,
1621 return LookupQualifiedName(R, DC);
3500 SemaRef.LookupQualifiedName(Res, MemberContext);
3991 if (!LookupQualifiedName(TmpRes, Ctx)) continue;

Completed in 72 milliseconds