Searched refs:ListValue (Results 1 – 2 of 2) sorted by relevance
65 Init *ListValue; member71 : Loc(Loc), IterVar(IVar), ListValue(LValue) {} in ForeachLoop()
390 Init *List = Loop.ListValue->resolveReferences(R); in resolve()3265 Init *ListValue = nullptr; in ParseForeach() local3266 VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach()3274 Loops.push_back(std::make_unique<ForeachLoop>(Loc, IterName, ListValue)); in ParseForeach()3915 << ListValue->getAsString() << " in {\n"; in dump()