Lines Matching defs:SuperLoc
3197 /// target is represented by \p SuperLoc, \p ReceiverType, or \p
3203 /// \param SuperLoc If this is a send to 'super', the location of the
3232 SourceLocation SuperLoc,
3239 if (SuperLoc.isValid())
3241 getCurScope(), SuperLoc, {}, false);
3277 if (SuperLoc.isValid())
3279 getCurScope(), SuperLoc, KeyIdents,
3315 if (SuperLoc.isValid())
3317 getCurScope(), SuperLoc, KeyIdents,
3387 if (SuperLoc.isValid())
3389 getCurScope(), SuperLoc, Sel, LBracLoc, KeyLocs, RBracLoc, KeyExprs);