Searched refs:ParseStatement (Results 1 – 4 of 4) sorted by relevance
691 std::unique_ptr<ParseNode> statement = ParseStatement(); in ParseFile()710 std::unique_ptr<ParseNode> Parser::ParseStatement() { in ParseStatement() function in Parser745 std::unique_ptr<ParseNode> statement = ParseStatement(); in ParseBlock()769 condition->set_if_false(ParseStatement()); in ParseCondition()
78 std::unique_ptr<ParseNode> ParseStatement();
203 FunctionBlockPtr ParseStatement(const FunctionBlockPtr &block, const py::object &node);
332 block = ParseStatement(block, node); in ParseStatements()348 FunctionBlockPtr Parser::ParseStatement(const FunctionBlockPtr &block, const py::object &node) { in ParseStatement() function in mindspore::parse::Parser