Searched refs:IterName (Results 1 – 1 of 1) sorted by relevance
3856 const VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach() local3857 if (!IterName) in ParseForeach()3864 auto TheLoop = std::make_unique<ForeachLoop>(Loc, IterName, ListValue); in ParseForeach()