Searched refs:IterName (Results 1 – 3 of 3) sorted by relevance
2062 VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach() local2063 if (!IterName) in ParseForeach()2071 Loops.push_back(ForeachLoop(IterName, ListValue)); in ParseForeach()
2873 VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach() local2874 if (!IterName) in ParseForeach()2882 Loops.push_back(std::make_unique<ForeachLoop>(Loc, IterName, ListValue)); in ParseForeach()
2936 VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach() local2937 if (!IterName) in ParseForeach()2944 Loops.push_back(std::make_unique<ForeachLoop>(Loc, IterName, ListValue)); in ParseForeach()