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

References

tools/clang/lib/Sema/TreeTransform.h
 3680     NestedNameSpecifier *QNNS = Q.getNestedNameSpecifier();
 3685                           Q.getLocalBeginLoc(), Q.getLocalEndLoc(), ObjectType);
 3685                           Q.getLocalBeginLoc(), Q.getLocalEndLoc(), ObjectType);
 3696                                                           Q.getLocalBeginLoc(),
 3698       SS.Extend(SemaRef.Context, NS, Q.getLocalBeginLoc(), Q.getLocalEndLoc());
 3698       SS.Extend(SemaRef.Context, NS, Q.getLocalBeginLoc(), Q.getLocalEndLoc());
 3705                       getDerived().TransformDecl(Q.getLocalBeginLoc(),
 3707       SS.Extend(SemaRef.Context, Alias, Q.getLocalBeginLoc(),
 3708                 Q.getLocalEndLoc());
 3715       SS.MakeGlobal(SemaRef.Context, Q.getBeginLoc());
 3722       SS.MakeSuper(SemaRef.Context, RD, Q.getBeginLoc(), Q.getEndLoc());
 3722       SS.MakeSuper(SemaRef.Context, RD, Q.getBeginLoc(), Q.getEndLoc());
 3728       TypeLoc TL = TransformTypeInObjectScope(Q.getTypeLoc(), ObjectType,
 3743                   Q.getLocalEndLoc());