Home | History | Annotate | Download | only in Parse

Lines Matching defs:SuperLoc

2171 /// target is represented by \p SuperLoc, \p ReceiverType, or \p
2177 /// \param SuperLoc If this is a send to 'super', the location of the
2206 SourceLocation SuperLoc,
2212 if (SuperLoc.isValid())
2213 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc, 0, 0,
2252 if (SuperLoc.isValid())
2253 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc,
2286 if (SuperLoc.isValid())
2287 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc,
2358 if (SuperLoc.isValid())
2359 return Actions.ActOnSuperMessage(getCurScope(), SuperLoc, Sel,