Home | History | Annotate | Download | only in Parse

Lines Matching refs:ExprResult

1773   ExprResult Res;
1800 ExprResult operand(ParseExpression());
2073 ExprResult Res(ParseExpressionWithLeadingAt(AtLoc));
2087 ExprResult Parser::ParseObjCAtExpression(SourceLocation AtLoc) {
2111 ExprResult Lit(Actions.ActOnNumericConstant(Tok));
2218 ExprResult Receiver = ParseExpression();
2247 ExprResult Receiver = ParseCXXTypeConstructExpression(DS);
2323 ExprResult Parser::ParseObjCMessageExpression() {
2395 ExprResult Res(ParseExpression());
2443 ExprResult
2508 ExprResult Expr;
2515 ExprResult Res(Expr);
2555 ExprResult Res(ParseAssignmentExpression());
2612 ExprResult Parser::ParseObjCStringLiteral(SourceLocation AtLoc) {
2613 ExprResult Res(ParseStringLiteralExpression());
2631 ExprResult Lit(ParseStringLiteralExpression());
2647 ExprResult Parser::ParseObjCBooleanLiteral(SourceLocation AtLoc,
2656 ExprResult Parser::ParseObjCCharacterLiteral(SourceLocation AtLoc) {
2657 ExprResult Lit(Actions.ActOnCharacterConstant(Tok));
2670 ExprResult Parser::ParseObjCNumericLiteral(SourceLocation AtLoc) {
2671 ExprResult Lit(Actions.ActOnNumericConstant(Tok));
2682 ExprResult
2689 ExprResult ValueExpr(ParseAssignmentExpression());
2704 ExprResult Parser::ParseObjCArrayLiteral(SourceLocation AtLoc) {
2710 ExprResult Res(ParseAssignmentExpression());
2737 ExprResult Parser::ParseObjCDictionaryLiteral(SourceLocation AtLoc) {
2742 ExprResult KeyExpr;
2763 ExprResult ValueExpr(ParseAssignmentExpression());
2798 ExprResult
2823 ExprResult
2848 ExprResult Parser::ParseObjCSelectorExpression(SourceLocation AtLoc) {