Searched refs:EnterNonlabelDoConstruct (Results 1 – 3 of 3) sorted by relevance
52 std::optional<Success> EnterNonlabelDoConstruct::Parse(ParseState &state) { in Parse()54 ustate->EnterNonlabelDoConstruct(); in Parse()
235 statement(Parser<NonLabelDoStmt>{}) / EnterNonlabelDoConstruct{}, block,
78 void EnterNonlabelDoConstruct() { ++nonlabelDoConstructNestingDepth_; } in EnterNonlabelDoConstruct() function124 struct EnterNonlabelDoConstruct { struct