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