reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
504 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist"); 507 } else if (SS.isSet()) { 510 LookupCtx = computeDeclContext(SS, EnteringContext); 511 isDependent = isDependentScopeSpecifier(SS); 512 Found.setContextRange(SS.getRange()); 524 RequireCompleteDeclContext(SS, LookupCtx)) 579 SS.Extend(Context, IdInfo.Identifier, IdInfo.IdentifierLoc, IdInfo.CCLoc); 624 Found.getLookupNameInfo(), Found.getLookupKind(), S, &SS, CCC, 631 SS.clear(); 634 << SS.getRange()); 640 SS.MakeTrivial(Context, Corrected.getCorrectionSpecifier(), 714 SS.Extend(Context, Namespace, IdInfo.IdentifierLoc, IdInfo.CCLoc); 719 SS.Extend(Context, Alias, IdInfo.IdentifierLoc, IdInfo.CCLoc); 762 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T), 805 SS.Extend(Context, IdInfo.Identifier, IdInfo.IdentifierLoc, 823 } else if (SS.isSet()) 825 << LookupCtx << SS.getRange();