Lines Matching refs:ParseExpression
456 ExprResult Expr(ParseExpression()); in ParseExprStatement()
552 FilterExpr = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseSEHExceptBlock()
1194 ExprResult CondExpr = ParseExpression(); in ParseParenExprOrCondition()
1716 ExprResult Cond = ParseExpression(); in ParseDoStatement()
1853 ForRangeInfo.RangeExpr = ParseExpression(); in ParseForStatement()
1897 Collection = ParseExpression(); in ParseForStatement()
1903 Value = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseForStatement()
1933 Collection = ParseExpression(); in ParseForStatement()
1990 ExprResult SecondExpr = ParseExpression(); in ParseForStatement()
2021 ExprResult Third = ParseExpression(); in ParseForStatement()
2137 ExprResult R(ParseExpression()); in ParseGotoStatement()
2206 R = ParseExpression(); in ParseReturnStatement()