Lines Matching defs:SuperLoc
3185 /// target is represented by \p SuperLoc, \p ReceiverType, or \p
3191 /// \param SuperLoc If this is a send to 'super', the location of the
3220 SourceLocation SuperLoc,
3227 if (SuperLoc.isValid())
3229 getCurScope(), SuperLoc, std::nullopt, false);
3265 if (SuperLoc.isValid())
3267 getCurScope(), SuperLoc, KeyIdents,
3303 if (SuperLoc.isValid())
3305 getCurScope(), SuperLoc, KeyIdents,
3375 if (SuperLoc.isValid())
3377 getCurScope(), SuperLoc, Sel, LBracLoc, KeyLocs, RBracLoc, KeyExprs);