• Home
  • Raw
  • Download

Lines Matching refs:ExprResult

1775   ExprResult Res;  in ParseObjCThrowStmt()
1802 ExprResult operand(ParseExpression()); in ParseObjCSynchronizedStmt()
2075 ExprResult Res(ParseExpressionWithLeadingAt(AtLoc)); in ParseObjCAtStatement()
2089 ExprResult Parser::ParseObjCAtExpression(SourceLocation AtLoc) { in ParseObjCAtExpression()
2113 ExprResult Lit(Actions.ActOnNumericConstant(Tok)); in ParseObjCAtExpression()
2220 ExprResult Receiver = ParseExpression(); in ParseObjCXXMessageReceiver()
2249 ExprResult Receiver = ParseCXXTypeConstructExpression(DS); in ParseObjCXXMessageReceiver()
2325 ExprResult Parser::ParseObjCMessageExpression() { in ParseObjCMessageExpression()
2397 ExprResult Res(ParseExpression()); in ParseObjCMessageExpression()
2445 ExprResult
2508 ExprResult Expr; in ParseObjCMessageExpressionBody()
2515 ExprResult Res(Expr); in ParseObjCMessageExpressionBody()
2555 ExprResult Res(ParseAssignmentExpression()); in ParseObjCMessageExpressionBody()
2610 ExprResult Parser::ParseObjCStringLiteral(SourceLocation AtLoc) { in ParseObjCStringLiteral()
2611 ExprResult Res(ParseStringLiteralExpression()); in ParseObjCStringLiteral()
2629 ExprResult Lit(ParseStringLiteralExpression()); in ParseObjCStringLiteral()
2645 ExprResult Parser::ParseObjCBooleanLiteral(SourceLocation AtLoc, in ParseObjCBooleanLiteral()
2654 ExprResult Parser::ParseObjCCharacterLiteral(SourceLocation AtLoc) { in ParseObjCCharacterLiteral()
2655 ExprResult Lit(Actions.ActOnCharacterConstant(Tok)); in ParseObjCCharacterLiteral()
2668 ExprResult Parser::ParseObjCNumericLiteral(SourceLocation AtLoc) { in ParseObjCNumericLiteral()
2669 ExprResult Lit(Actions.ActOnNumericConstant(Tok)); in ParseObjCNumericLiteral()
2680 ExprResult
2687 ExprResult ValueExpr(ParseAssignmentExpression()); in ParseObjCBoxedExpr()
2702 ExprResult Parser::ParseObjCArrayLiteral(SourceLocation AtLoc) { in ParseObjCArrayLiteral()
2708 ExprResult Res(ParseAssignmentExpression()); in ParseObjCArrayLiteral()
2736 ExprResult Parser::ParseObjCDictionaryLiteral(SourceLocation AtLoc) { in ParseObjCDictionaryLiteral()
2741 ExprResult KeyExpr; in ParseObjCDictionaryLiteral()
2759 ExprResult ValueExpr(ParseAssignmentExpression()); in ParseObjCDictionaryLiteral()
2793 ExprResult
2818 ExprResult
2843 ExprResult Parser::ParseObjCSelectorExpression(SourceLocation AtLoc) { in ParseObjCSelectorExpression()