Searched refs:allocationList (Results 1 – 1 of 1) sorted by relevance
913 const auto &allocationList{std::get<std::list<parser::Allocation>>(stmt.t)}; in operator ()() local914 for (const auto &allocation : allocationList) { in operator ()()