Home | History | Annotate | Download | only in Parse

Lines Matching refs:ReceiverExpr

2315 /// ReceiverExpr, respectively. Only one of these parameters may have
2326 /// \param ReceiverExpr If this is an instance message, the expression
2351 ExprArg ReceiverExpr) {
2362 Actions.CodeCompleteObjCInstanceMessage(getCurScope(), ReceiverExpr,
2406 Actions.CodeCompleteObjCInstanceMessage(getCurScope(), ReceiverExpr,
2440 Actions.CodeCompleteObjCInstanceMessage(getCurScope(), ReceiverExpr,
2513 return Actions.ActOnInstanceMessage(getCurScope(), ReceiverExpr, Sel,