Searched refs:isIf (Results 1 – 2 of 2) sorted by relevance
499 bool isIf() const { return std::holds_alternative<IfStep>(mStep); } in isIf() function
1203 if (step->isIf()) { in checkExecutionPlanSteps()