Lines Matching refs:ExprError
2844 return ExprError(); in ParseObjCAtExpression()
2860 return ExprError(); in ParseObjCAtExpression()
2908 return ExprError(Diag(AtLoc, diag::err_unexpected_at)); in ParseObjCAtExpression()
2934 return ExprError(Diag(AtLoc, diag::err_unexpected_at) << in ParseObjCAtExpression()
2938 return ExprError(Diag(AtLoc, diag::err_unexpected_at)); in ParseObjCAtExpression()
3092 return ExprError(); in ParseObjCMessageExpression()
3114 return ExprError(); in ParseObjCMessageExpression()
3140 return ExprError(); in ParseObjCMessageExpression()
3154 return ExprError(); in ParseObjCMessageExpression()
3236 return ExprError(); in ParseObjCMessageExpressionBody()
3258 return ExprError(); in ParseObjCMessageExpressionBody()
3278 return ExprError(); in ParseObjCMessageExpressionBody()
3315 return ExprError(); in ParseObjCMessageExpressionBody()
3353 return ExprError(); in ParseObjCMessageExpressionBody()
3363 return ExprError(); in ParseObjCMessageExpressionBody()
3403 return ExprError(Diag(Tok, diag::err_objc_concat_string)); in ParseObjCStringLiteral()
3458 return ExprError(Diag(Tok, diag::err_expected_lparen_after) << "@"); in ParseObjCBoxedExpr()
3464 return ExprError(); in ParseObjCBoxedExpr()
3467 return ExprError(); in ParseObjCBoxedExpr()
3508 return ExprError(Diag(Tok, diag::err_expected_either) << tok::r_square in ParseObjCArrayLiteral()
3514 return ExprError(); in ParseObjCArrayLiteral()
3541 return ExprError(); in ParseObjCDictionaryLiteral()
3573 return ExprError(Diag(Tok, diag::err_expected_either) << tok::r_brace in ParseObjCDictionaryLiteral()
3579 return ExprError(); in ParseObjCDictionaryLiteral()
3595 return ExprError(Diag(Tok, diag::err_expected_lparen_after) << "@encode"); in ParseObjCEncodeExpression()
3605 return ExprError(); in ParseObjCEncodeExpression()
3618 return ExprError(Diag(Tok, diag::err_expected_lparen_after) << "@protocol"); in ParseObjCProtocolExpression()
3624 return ExprError(); in ParseObjCProtocolExpression()
3642 return ExprError(Diag(Tok, diag::err_expected_lparen_after) << "@selector"); in ParseObjCSelectorExpression()
3656 return ExprError(); in ParseObjCSelectorExpression()
3662 return ExprError(Diag(Tok, diag::err_expected) << tok::identifier); in ParseObjCSelectorExpression()
3673 return ExprError(); in ParseObjCSelectorExpression()
3683 return ExprError(); in ParseObjCSelectorExpression()