Home | History | Annotate | Download | only in Parse

Lines Matching refs:ReceiverType

2324     ParsedType ReceiverType;
2328 ReceiverType)) {
2334 if (!ReceiverType) {
2342 ReceiverType, 0);
2366 /// target is represented by \p SuperLoc, \p ReceiverType, or \p
2375 /// \param ReceiverType If this is a class message, the type of the
2402 ParsedType ReceiverType,
2410 else if (ReceiverType)
2411 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType, 0, 0,
2452 else if (ReceiverType)
2453 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType,
2486 else if (ReceiverType)
2487 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType,
2560 else if (ReceiverType)
2561 return Actions.ActOnClassMessage(getCurScope(), ReceiverType, Sel,