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()3768 Init *ListValue = nullptr; in ParseForeach() local3769 VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach()3777 auto TheLoop = std::make_unique<ForeachLoop>(Loc, IterName, ListValue); in ParseForeach()4424 << ListValue->getAsString() << " in {\n"; in dump()