Searched refs:stopCode (Results 1 – 1 of 1) sorted by relevance
20 const auto &stopCode{std::get<std::optional<parser::StopCode>>(stmt.t)}; in Enter() local21 if (const auto *expr{GetExpr(stopCode)}) { in Enter()22 const parser::CharBlock &source{parser::FindSourceLocation(stopCode)}; in Enter()