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

/external/clang/lib/Sema/
H A DSemaLookup.cpp1058 if (LookupQualifiedName(R, Ctx, /*InUnqualifiedLookup=*/true))
1597 bool Sema::LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx, function in class:Sema
1599 assert(LookupCtx && "Sema::LookupQualifiedName requires a lookup context");
1787 /// unqualified name lookup (with LookupQualifiedName or LookupName,
1815 return LookupQualifiedName(R, DC);
3699 if (!SemaRef.LookupQualifiedName(Result, Ctx))
3918 SemaRef.LookupQualifiedName(Res, MemberContext);

Completed in 60 milliseconds