Home
last modified time | relevance | path

Searched refs:ListValue (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGParser.h65 Init *ListValue; member
71 : Loc(Loc), IterVar(IVar), ListValue(LValue) {} in ForeachLoop()
H A DTGParser.cpp390 Init *List = Loop.ListValue->resolveReferences(R); in resolve()
3265 Init *ListValue = nullptr; in ParseForeach() local
3266 VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach()
3274 Loops.push_back(std::make_unique<ForeachLoop>(Loc, IterName, ListValue)); in ParseForeach()
3915 << ListValue->getAsString() << " in {\n"; in dump()