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