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