Lines Matching defs:ParseExpression
132 ExprResult Parser::ParseExpression(TypeCastState isTypeCast) {
513 TernaryMiddle = ParseExpression();
1807 Res = ParseExpression();
2054 Idx = ParseExpression(); // May be a comma expression
2081 Length = Actions.CorrectDelayedTyposInExpr(ParseExpression());
2091 Length = ParseExpression();
2102 Stride = ParseExpression();
2806 Res = ParseExpression();
3311 Actions.CorrectDelayedTyposInExpr(ParseExpression());
3336 Result = ParseExpression(MaybeTypeCast);
3587 RHS = ParseExpression();