Searched refs:SingleAction (Results 1 – 1 of 1) sorted by relevance
357 for (const auto &SingleAction : AT) { in printActionValue() local359 if (const auto *R = std::get_if<Record *>(&SingleAction)) in printActionValue()361 else if (const auto *S = std::get_if<std::string>(&SingleAction)) in printActionValue()364 OS << std::get<unsigned>(SingleAction); in printActionValue()