Searched refs:ParseExpression (Results 1 – 10 of 10) sorted by relevance
433 ExprResult Expr(ParseExpression()); in ParseExprStatement()529 FilterExpr = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseSEHExceptBlock()1159 ExprResult CondExpr = ParseExpression(); in ParseParenExprOrCondition()1665 ExprResult Cond = ParseExpression(); in ParseDoStatement()1802 ForRangeInfo.RangeExpr = ParseExpression(); in ParseForStatement()1846 Collection = ParseExpression(); in ParseForStatement()1852 Value = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseForStatement()1882 Collection = ParseExpression(); in ParseForStatement()1936 ExprResult SecondExpr = ParseExpression(); in ParseForStatement()1962 ExprResult Third = ParseExpression(); in ParseForStatement()[all …]
1558 ExprResult Result = ParseExpression(); in ParseCXXCasts()1622 Result = ParseExpression(); in ParseCXXTypeid()1673 Result = ParseExpression(); in ParseCXXUuidof()1982 ExprResult Expr = ParseExpression(); // expression in ParseCXXCondition()3113 First ? (Tok.is(tok::r_square) ? ExprResult() : ParseExpression()) in ParseDirectNewDeclarator()3354 Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseRequiresExpression()3519 Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseRequiresExpression()3700 ExprResult DimExpr = ParseExpression(); in ParseArrayTypeTrait()3724 ExprResult Expr = ParseExpression(); in ParseExpressionTrait()3866 Result = ParseExpression(); in ParseCXXAmbiguousParenExpression()[all …]
123 ExprResult Parser::ParseExpression(TypeCastState isTypeCast) { in ParseExpression() function in Parser482 TernaryMiddle = ParseExpression(); in ParseRHSOfBinaryExpression()1622 ExprResult Result = ParseExpression(); in ParseCastExpression()1806 Idx = ParseExpression(); in ParsePostfixExpressionSuffix()1812 Length = ParseExpression(); in ParsePostfixExpressionSuffix()1815 Idx = ParseExpression(); in ParsePostfixExpressionSuffix()2409 Res = ParseExpression(); in ParseBuiltinPrimaryExpression()2867 Result = ParseExpression(MaybeTypeCast); in ParseParenExpression()3077 RHS = ParseExpression(); in ParseFoldExpression()
2427 Res = ParseExpression(); in ParseObjCThrowStmt()2451 ExprResult operand(ParseExpression()); in ParseObjCSynchronizedStmt()2909 ExprResult Receiver = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseObjCXXMessageReceiver()3099 ExprResult Res = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseObjCMessageExpression()
939 ExprResult Res = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseAsmOperandsOpt()
347 ParseExpression().get(), D->getLocation(), /*DiscardedValue*/ false); in ParseOpenMPDeclareReductionDirective()
982 Actions.CorrectDelayedTyposInExpr(ParseExpression(), [](Expr *E) { in ParseDecltypeSpecifier()
2111 FRI->RangeExpr = ParseExpression(); in ParseDeclGroup()
116 bool ParseExpression(const MCExpr *&EVal);1368 ParseExpression(const MCExpr *&EVal) { in ParseExpression() function in PPCAsmParser1481 if (!ParseExpression(EVal)) in ParseOperand()1502 if (ParseExpression(TLSSym)) in ParseOperand()
1686 ExprResult ParseExpression(TypeCastState isTypeCast = NotTypeCast);