Home
last modified time | relevance | path

Searched defs:ParseStatement (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Dparser.cc710 std::unique_ptr<ParseNode> Parser::ParseStatement() { in ParseStatement() function in Parser
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.cc348 FunctionBlockPtr Parser::ParseStatement(const FunctionBlockPtr &block, const py::object &node) { in ParseStatement() function in mindspore::parse::Parser