Searched refs:ParseExpression (Results 1 – 12 of 12) sorted by relevance
554 ExprResult Expr(ParseExpression()); in ParseExprStatement()660 FilterExpr = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseSEHExceptBlock()1351 ExprResult CondExpr = ParseExpression(); in ParseParenExprOrCondition()1940 ExprResult Cond = ParseExpression(); in ParseDoStatement()2086 ForRangeInfo.RangeExpr = ParseExpression(); in ParseForStatement()2137 Collection = ParseExpression(); in ParseForStatement()2144 Value = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseForStatement()2175 Collection = ParseExpression(); in ParseForStatement()2248 ExprResult SecondExpr = ParseExpression(); in ParseForStatement()2277 ExprResult Third = ParseExpression(); in ParseForStatement()[all …]
132 ExprResult Parser::ParseExpression(TypeCastState isTypeCast) { in ParseExpression() function in Parser513 TernaryMiddle = ParseExpression(); in ParseRHSOfBinaryExpression()1807 Res = ParseExpression(); in ParseCastExpression()2054 Idx = ParseExpression(); // May be a comma expression in ParsePostfixExpressionSuffix()2081 Length = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParsePostfixExpressionSuffix()2091 Length = ParseExpression(); in ParsePostfixExpressionSuffix()2102 Stride = ParseExpression(); in ParsePostfixExpressionSuffix()2806 Res = ParseExpression(); in ParseBuiltinPrimaryExpression()3311 Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseParenExpression()3336 Result = ParseExpression(MaybeTypeCast); in ParseParenExpression()[all …]
1692 ExprResult Result = ParseExpression(); in ParseCXXCasts()1756 Result = ParseExpression(); in ParseCXXTypeid()1807 Result = ParseExpression(); in ParseCXXUuidof()2191 ExprResult Expr = ParseExpression(); // expression in ParseCXXCondition()3433 First ? (Tok.is(tok::r_square) ? ExprResult() : ParseExpression()) in ParseDirectNewDeclarator()3673 Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseRequiresExpression()3842 Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseRequiresExpression()4014 ExprResult DimExpr = ParseExpression(); in ParseArrayTypeTrait()4041 ExprResult Expr = ParseExpression(); in ParseExpressionTrait()4184 Result = ParseExpression(); in ParseCXXAmbiguousParenExpression()[all …]
2495 Res = ParseExpression(); in ParseObjCThrowStmt()2519 ExprResult operand(ParseExpression()); in ParseObjCSynchronizedStmt()2979 ExprResult Receiver = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseObjCXXMessageReceiver()3170 ExprResult Res = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseObjCMessageExpression()
927 ExprResult Res = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseAsmOperandsOpt()
616 ExprResult ER = getActions().CorrectDelayedTyposInExpr(ParseExpression()); in ParseOpenACCConditionExpr()
1171 ParseExpression(), /*InitDecl=*/nullptr, in ParseDecltypeSpecifier()4636 Res = ParseExpression(); in ParseCXXAssumeAttributeArg()
384 ParseExpression().get(), D->getLocation(), /*DiscardedValue*/ false); in ParseOpenMPDeclareReductionDirective()3037 getLangOpts().CPlusPlus ? ParseCXXIdExpression() : ParseExpression(); in ParseOpenMPUsesAllocatorClause()
785 ExprResult E = ParseExpression(); in HandlePragmaDump()
2488 FRI->RangeExpr = ParseExpression(); in ParseDeclGroup()
115 bool ParseExpression(const MCExpr *&EVal);1517 ParseExpression(const MCExpr *&EVal) { in ParseExpression() function in PPCAsmParser1564 if (!ParseExpression(EVal)) in ParseOperand()1592 if (ParseExpression(TLSSym)) in ParseOperand()
1843 ExprResult ParseExpression(TypeCastState isTypeCast = NotTypeCast);