Home | History | Annotate | Download | only in Parse

Lines Matching refs:ReceiverExpr

2413 /// ReceiverExpr, respectively. Only one of these parameters may have
2424 /// \param ReceiverExpr If this is an instance message, the expression
2449 ExprArg ReceiverExpr) {
2460 Actions.CodeCompleteObjCInstanceMessage(getCurScope(), ReceiverExpr,
2500 Actions.CodeCompleteObjCInstanceMessage(getCurScope(), ReceiverExpr,
2538 Actions.CodeCompleteObjCInstanceMessage(getCurScope(), ReceiverExpr,
2606 return Actions.ActOnInstanceMessage(getCurScope(), ReceiverExpr, Sel,