Searched refs:ListValue (Results 1 – 2 of 2) sorted by relevance
66 Init *ListValue; member72 : Loc(Loc), IterVar(IVar), ListValue(LValue) {} in ForeachLoop()
431 Init *List = Loop.ListValue->resolveReferences(R); in resolve()3726 Init *ListValue = nullptr; in ParseForeach() local3727 VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach()3735 auto TheLoop = std::make_unique<ForeachLoop>(Loc, IterName, ListValue); in ParseForeach()4375 << ListValue->getAsString() << " in {\n"; in dump()