reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/TreeTransform.h
 3687                                               SS, FirstQualifierInScope, false))
 3698       SS.Extend(SemaRef.Context, NS, Q.getLocalBeginLoc(), Q.getLocalEndLoc());
 3707       SS.Extend(SemaRef.Context, Alias, Q.getLocalBeginLoc(),
 3715       SS.MakeGlobal(SemaRef.Context, Q.getBeginLoc());
 3722       SS.MakeSuper(SemaRef.Context, RD, Q.getBeginLoc(), Q.getEndLoc());
 3729                                               FirstQualifierInScope, SS);
 3742         SS.Extend(SemaRef.Context, /*FIXME:*/SourceLocation(), TL,
 3751           << TL.getType() << SS.getRange();
 3763   if (SS.getScopeRep() == NNS.getNestedNameSpecifier() &&
 3769   if (SS.location_size() == NNS.getDataLength() &&
 3770       memcmp(SS.location_data(), NNS.getOpaqueData(), SS.location_size()) == 0)
 3770       memcmp(SS.location_data(), NNS.getOpaqueData(), SS.location_size()) == 0)
 3771     return NestedNameSpecifierLoc(SS.getScopeRep(), NNS.getOpaqueData());
 3774   return SS.getWithLocInContext(SemaRef.Context);