Home | History | Annotate | Download | only in Parse

Lines Matching defs:SuperLoc

2410 /// target is represented by \p SuperLoc, \p ReceiverType, or \p
2416 /// \param SuperLoc If this is a send to 'super', the location of the
2445 SourceLocation SuperLoc,
2451 if (SuperLoc.isValid())
2452 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc, None,
2491 if (SuperLoc.isValid())
2492 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc,
2529 if (SuperLoc.isValid())
2530 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc,
2602 if (SuperLoc.isValid())
2603 return Actions.ActOnSuperMessage(getCurScope(), SuperLoc, Sel,