Searched refs:FormTeamSpec (Results 1 – 4 of 4) sorted by relevance
502 defaulted("," >> nonemptyList(Parser<FormTeamStmt::FormTeamSpec>{})) /507 construct<FormTeamStmt::FormTeamSpec>("NEW_INDEX =" >> scalarIntExpr) ||508 construct<FormTeamStmt::FormTeamSpec>(statOrErrmsg))
1175 Walk(", ", std::get<std::list<FormTeamStmt::FormTeamSpec>>(x.t), ", "); in Unparse()1178 void Before(const FormTeamStmt::FormTeamSpec &x) { // R1176, R1178 in Before()
2512 struct FormTeamSpec { struct2513 UNION_CLASS_BOILERPLATE(FormTeamSpec);2517 std::tuple<ScalarIntExpr, TeamVariable, std::list<FormTeamSpec>> t;
332 NODE(FormTeamStmt, FormTeamSpec) in NODE()