Lines Matching defs:ParseExpression
134 ExprResult Parser::ParseExpression(TypeCastState isTypeCast) {
530 TernaryMiddle = ParseExpression();
1825 Res = ParseExpression();
2072 Idx = ParseExpression(); // May be a comma expression
2099 Length = Actions.CorrectDelayedTyposInExpr(ParseExpression());
2109 Length = ParseExpression();
2120 Stride = ParseExpression();
2843 Res = ParseExpression();
3348 Actions.CorrectDelayedTyposInExpr(ParseExpression());
3373 Result = ParseExpression(MaybeTypeCast);
3624 RHS = ParseExpression();