Home | History | Annotate | Download | only in AST

Lines Matching defs:SuperLoc

595                       SourceLocation SuperLoc, QualType SuperTy)
598 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
922 SourceLocation SuperLoc;
936 SourceLocation SuperLoc,
1041 /// \param SuperLoc The location of the "super" keyword.
1057 SourceLocation SuperLoc,
1215 return SuperLoc;
1257 SuperLoc = Loc;