Lines Matching refs:ExprResult

2492   ExprResult Res;  in ParseObjCThrowStmt()
2519 ExprResult operand(ParseExpression()); in ParseObjCSynchronizedStmt()
2825 ExprResult Res(ParseExpressionWithLeadingAt(AtLoc)); in ParseObjCAtStatement()
2839 ExprResult Parser::ParseObjCAtExpression(SourceLocation AtLoc) { in ParseObjCAtExpression()
2863 ExprResult Lit(Actions.ActOnNumericConstant(Tok)); in ParseObjCAtExpression()
2979 ExprResult Receiver = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseObjCXXMessageReceiver()
3008 ExprResult Receiver = ParseCXXTypeConstructExpression(DS); in ParseObjCXXMessageReceiver()
3085 ExprResult Parser::ParseObjCMessageExpression() { in ParseObjCMessageExpression()
3170 ExprResult Res = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseObjCMessageExpression()
3218 ExprResult
3281 ExprResult Expr; in ParseObjCMessageExpressionBody()
3288 ExprResult Res(Expr); in ParseObjCMessageExpressionBody()
3328 ExprResult Res(ParseAssignmentExpression()); in ParseObjCMessageExpressionBody()
3386 ExprResult Parser::ParseObjCStringLiteral(SourceLocation AtLoc) { in ParseObjCStringLiteral()
3387 ExprResult Res(ParseStringLiteralExpression()); in ParseObjCStringLiteral()
3405 ExprResult Lit(ParseStringLiteralExpression()); in ParseObjCStringLiteral()
3420 ExprResult Parser::ParseObjCBooleanLiteral(SourceLocation AtLoc, in ParseObjCBooleanLiteral()
3429 ExprResult Parser::ParseObjCCharacterLiteral(SourceLocation AtLoc) { in ParseObjCCharacterLiteral()
3430 ExprResult Lit(Actions.ActOnCharacterConstant(Tok)); in ParseObjCCharacterLiteral()
3443 ExprResult Parser::ParseObjCNumericLiteral(SourceLocation AtLoc) { in ParseObjCNumericLiteral()
3444 ExprResult Lit(Actions.ActOnNumericConstant(Tok)); in ParseObjCNumericLiteral()
3455 ExprResult
3462 ExprResult ValueExpr(ParseAssignmentExpression()); in ParseObjCBoxedExpr()
3477 ExprResult Parser::ParseObjCArrayLiteral(SourceLocation AtLoc) { in ParseObjCArrayLiteral()
3484 ExprResult Res(ParseAssignmentExpression()); in ParseObjCArrayLiteral()
3520 ExprResult Parser::ParseObjCDictionaryLiteral(SourceLocation AtLoc) { in ParseObjCDictionaryLiteral()
3526 ExprResult KeyExpr; in ParseObjCDictionaryLiteral()
3544 ExprResult ValueExpr(ParseAssignmentExpression()); in ParseObjCDictionaryLiteral()
3588 ExprResult
3613 ExprResult
3638 ExprResult Parser::ParseObjCSelectorExpression(SourceLocation AtLoc) { in ParseObjCSelectorExpression()