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