Home | History | Annotate | Download | only in Parse

Lines Matching defs:SuperLoc

3064 /// target is represented by \p SuperLoc, \p ReceiverType, or \p
3070 /// \param SuperLoc If this is a send to 'super', the location of the
3099 SourceLocation SuperLoc,
3105 if (SuperLoc.isValid())
3106 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc, None,
3143 if (SuperLoc.isValid())
3144 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc,
3181 if (SuperLoc.isValid())
3182 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc,
3254 if (SuperLoc.isValid())
3255 return Actions.ActOnSuperMessage(getCurScope(), SuperLoc, Sel,