Searched refs:AstMainType (Results 1 – 5 of 5) sorted by relevance
48 parse::AstMainType type);
293 AstNodeType(const py::object &node, const std::string &name, AstMainType type) in AstNodeType()302 AstMainType main_type() const { return main_type_; } in main_type()307 AstMainType main_type_;
31 enum AstMainType : int64_t { enum
37 parse::AstMainType type) { in ParseNodeName()46 parse::AstMainType node_main_type = node_type->main_type(); in ParseNodeName()
353 AstMainType nodeType = node_type->main_type(); in ParseStatement()377 AstMainType node_main_type = node_type->main_type(); in ParseExprNode()2063 auto type = AstMainType(py::cast<int32_t>(list_value[1])); in GetNodeType()