Searched refs:ListValue (Results 1 – 2 of 2) sorted by relevance
63 Init *ListValue; member69 : Loc(Loc), IterVar(IVar), ListValue(LValue) {} in ForeachLoop()
378 Init *List = Loop.ListValue->resolveReferences(R); in resolve()2598 Init *ListValue = nullptr; in ParseForeach() local2599 VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach()2608 Loops.push_back(llvm::make_unique<ForeachLoop>(Loc, IterName, ListValue)); in ParseForeach()3049 << ListValue->getAsString() << " in {\n"; in dump()