Lines Matching refs:ParseExpression
335 ExprResult Expr(ParseExpression()); in ParseExprStatement()
426 ExprResult FilterExpr(ParseExpression()); in ParseSEHExceptBlock()
876 ExprResult = ParseExpression(); in ParseParenExprOrCondition()
1251 ExprResult Cond = ParseExpression(); in ParseDoStatement()
1380 Collection = ParseExpression(); in ParseForStatement()
1385 Value = ParseExpression(); in ParseForStatement()
1407 Collection = ParseExpression(); in ParseForStatement()
1438 Second = ParseExpression(); in ParseForStatement()
1461 ExprResult Third = ParseExpression(); in ParseForStatement()
1550 ExprResult R(ParseExpression()); in ParseGotoStatement()
1609 R = ParseExpression(); in ParseReturnStatement()
1934 ExprResult Res(ParseExpression()); in ParseAsmOperandsOpt()