Searched refs:ParseParenExpression (Results 1 – 4 of 4) sorted by relevance
43 std::unique_ptr<CXFA_FMSimpleExpression> ParseParenExpression();
662 expr = ParseParenExpression(); in ParsePrimaryExpression()917 std::unique_ptr<CXFA_FMSimpleExpression> CXFA_FMParser::ParseParenExpression() { in ParseParenExpression() function in CXFA_FMParser948 std::unique_ptr<CXFA_FMSimpleExpression> pCondition = ParseParenExpression(); in ParseIfExpression()962 auto elseIfCondition = ParseParenExpression(); in ParseIfExpression()999 std::unique_ptr<CXFA_FMSimpleExpression> pCondition = ParseParenExpression(); in ParseWhileExpression()
722 Res = ParseParenExpression(ParenExprType, false/*stopIfCastExr*/, in ParseCastExpression()1785 Operand = ParseParenExpression(ExprType, true/*stopIfCastExpr*/, in ParseExprAfterUnaryExprOrTypeTrait()2184 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr, in ParseParenExpression() function in Parser
1476 ExprResult ParseParenExpression(ParenParseOption &ExprType,