Lines Matching refs:ExprResult
2456 ExprResult Res; in ParseObjCThrowStmt()
2483 ExprResult operand(ParseExpression()); in ParseObjCSynchronizedStmt()
2769 ExprResult Res(ParseExpressionWithLeadingAt(AtLoc)); in ParseObjCAtStatement()
2783 ExprResult Parser::ParseObjCAtExpression(SourceLocation AtLoc) { in ParseObjCAtExpression()
2807 ExprResult Lit(Actions.ActOnNumericConstant(Tok)); in ParseObjCAtExpression()
2917 ExprResult Receiver = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseObjCXXMessageReceiver()
2946 ExprResult Receiver = ParseCXXTypeConstructExpression(DS); in ParseObjCXXMessageReceiver()
3021 ExprResult Parser::ParseObjCMessageExpression() { in ParseObjCMessageExpression()
3107 ExprResult Res = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseObjCMessageExpression()
3155 ExprResult
3218 ExprResult Expr; in ParseObjCMessageExpressionBody()
3225 ExprResult Res(Expr); in ParseObjCMessageExpressionBody()
3265 ExprResult Res(ParseAssignmentExpression()); in ParseObjCMessageExpressionBody()
3322 ExprResult Parser::ParseObjCStringLiteral(SourceLocation AtLoc) { in ParseObjCStringLiteral()
3323 ExprResult Res(ParseStringLiteralExpression()); in ParseObjCStringLiteral()
3341 ExprResult Lit(ParseStringLiteralExpression()); in ParseObjCStringLiteral()
3356 ExprResult Parser::ParseObjCBooleanLiteral(SourceLocation AtLoc, in ParseObjCBooleanLiteral()
3365 ExprResult Parser::ParseObjCCharacterLiteral(SourceLocation AtLoc) { in ParseObjCCharacterLiteral()
3366 ExprResult Lit(Actions.ActOnCharacterConstant(Tok)); in ParseObjCCharacterLiteral()
3379 ExprResult Parser::ParseObjCNumericLiteral(SourceLocation AtLoc) { in ParseObjCNumericLiteral()
3380 ExprResult Lit(Actions.ActOnNumericConstant(Tok)); in ParseObjCNumericLiteral()
3391 ExprResult
3398 ExprResult ValueExpr(ParseAssignmentExpression()); in ParseObjCBoxedExpr()
3413 ExprResult Parser::ParseObjCArrayLiteral(SourceLocation AtLoc) { in ParseObjCArrayLiteral()
3419 ExprResult Res(ParseAssignmentExpression()); in ParseObjCArrayLiteral()
3447 ExprResult Parser::ParseObjCDictionaryLiteral(SourceLocation AtLoc) { in ParseObjCDictionaryLiteral()
3452 ExprResult KeyExpr; in ParseObjCDictionaryLiteral()
3470 ExprResult ValueExpr(ParseAssignmentExpression()); in ParseObjCDictionaryLiteral()
3504 ExprResult
3529 ExprResult
3554 ExprResult Parser::ParseObjCSelectorExpression(SourceLocation AtLoc) { in ParseObjCSelectorExpression()