Home | History | Annotate | Download | only in Parse

Lines Matching defs:SuperLoc

2314 /// target is represented by \p SuperLoc, \p ReceiverType, or \p
2320 /// \param SuperLoc If this is a send to 'super', the location of the
2349 SourceLocation SuperLoc,
2355 if (SuperLoc.isValid())
2356 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc, 0, 0,
2395 if (SuperLoc.isValid())
2396 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc,
2429 if (SuperLoc.isValid())
2430 SuperLoc,
2501 if (SuperLoc.isValid())
2502 return Actions.ActOnSuperMessage(getCurScope(), SuperLoc, Sel,