Searched refs:tryGotoStep (Results 1 – 2 of 2) sorted by relevance
519 GotoStep* tryGotoStep() { return std::get_if<GotoStep>(&mStep); } in tryGotoStep() function525 const GotoStep* tryGotoStep() const { return std::get_if<GotoStep>(&mStep); } in tryGotoStep() function
866 } else if (const GotoStep* step = tryGotoStep()) { in dump()1547 } else if (const GotoStep* step = logicalStep->tryGotoStep()) { in nextCompound()