Searched refs:LookupContext (Results 1 - 2 of 2) sorted by path

/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp7622 DeclContext *LookupContext = computeDeclContext(SS);
7625 if (!LookupContext) {
7653 if (RequireCompleteDeclContext(SS, LookupContext))
7681 LookupQualifiedName(R, LookupContext);
7696 << NameInfo.getName() << LookupContext << 0
7725 << NameInfo.getName() << LookupContext << SS.getRange();
H A DSemaTemplate.cpp954 DeclContext *LookupContext = SemanticContext; local
955 while (LookupContext->isTransparentContext())
956 LookupContext = LookupContext->getLookupParent();
957 LookupQualifiedName(Previous, LookupContext);

Completed in 299 milliseconds