Searched refs:StructureStmt (Results 1 – 7 of 7) sorted by relevance
98 std::optional<StructureStmt> NestedStructureStmt::Parse(ParseState &state) { in Parse()99 std::optional<StructureStmt> stmt{Parser<StructureStmt>{}.Parse(state)}; in Parse()
1222 TYPE_PARSER(construct<StructureStmt>(1239 construct<StructureDef>(statement(Parser<StructureStmt>{}),
2528 void Unparse(const StructureStmt &x) { in Unparse()
145 using resultType = StructureStmt;146 static std::optional<StructureStmt> Parse(ParseState &);
3282 struct StructureStmt { struct3283 TUPLE_CLASS_BOILERPLATE(StructureStmt);3290 std::tuple<Statement<StructureStmt>, std::list<StructureField>, argument
660 NODE(parser, StructureStmt) in NODE()
4975 std::get<parser::Statement<parser::StructureStmt>>(def.t)}; in Pre()4985 const parser::StructureStmt &structStmt{structureStatement.statement}; in Pre()