Lines Matching refs:ExprError

2774     return ExprError();  in ParseObjCAtExpression()
2790 return ExprError(); in ParseObjCAtExpression()
2838 return ExprError(Diag(AtLoc, diag::err_unexpected_at)); in ParseObjCAtExpression()
2864 return ExprError(Diag(AtLoc, diag::err_unexpected_at) << in ParseObjCAtExpression()
2868 return ExprError(Diag(AtLoc, diag::err_unexpected_at)); in ParseObjCAtExpression()
3021 return ExprError(); in ParseObjCMessageExpression()
3043 return ExprError(); in ParseObjCMessageExpression()
3070 return ExprError(); in ParseObjCMessageExpression()
3084 return ExprError(); in ParseObjCMessageExpression()
3166 return ExprError(); in ParseObjCMessageExpressionBody()
3188 return ExprError(); in ParseObjCMessageExpressionBody()
3208 return ExprError(); in ParseObjCMessageExpressionBody()
3245 return ExprError(); in ParseObjCMessageExpressionBody()
3283 return ExprError(); in ParseObjCMessageExpressionBody()
3293 return ExprError(); in ParseObjCMessageExpressionBody()
3332 return ExprError(Diag(Tok, diag::err_objc_concat_string)); in ParseObjCStringLiteral()
3387 return ExprError(Diag(Tok, diag::err_expected_lparen_after) << "@"); in ParseObjCBoxedExpr()
3393 return ExprError(); in ParseObjCBoxedExpr()
3396 return ExprError(); in ParseObjCBoxedExpr()
3437 return ExprError(Diag(Tok, diag::err_expected_either) << tok::r_square in ParseObjCArrayLiteral()
3443 return ExprError(); in ParseObjCArrayLiteral()
3470 return ExprError(); in ParseObjCDictionaryLiteral()
3503 return ExprError(Diag(Tok, diag::err_expected_either) << tok::r_brace in ParseObjCDictionaryLiteral()
3509 return ExprError(); in ParseObjCDictionaryLiteral()
3525 return ExprError(Diag(Tok, diag::err_expected_lparen_after) << "@encode"); in ParseObjCEncodeExpression()
3535 return ExprError(); in ParseObjCEncodeExpression()
3548 return ExprError(Diag(Tok, diag::err_expected_lparen_after) << "@protocol"); in ParseObjCProtocolExpression()
3554 return ExprError(); in ParseObjCProtocolExpression()
3572 return ExprError(Diag(Tok, diag::err_expected_lparen_after) << "@selector"); in ParseObjCSelectorExpression()
3586 return ExprError(); in ParseObjCSelectorExpression()
3592 return ExprError(Diag(Tok, diag::err_expected) << tok::identifier); in ParseObjCSelectorExpression()
3603 return ExprError(); in ParseObjCSelectorExpression()
3612 return ExprError(); in ParseObjCSelectorExpression()