Searched refs:LeaveDoConstruct (Results 1 – 3 of 3) sorted by relevance
59 std::optional<Success> LeaveDoConstruct::Parse(ParseState &state) { in Parse()61 ustate->LeaveDoConstruct(); in Parse()
236 statement(Parser<EndDoStmt>{}) / LeaveDoConstruct{}))
79 void LeaveDoConstruct() { in LeaveDoConstruct() function129 struct LeaveDoConstruct { struct