Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.h65 Init *ListValue; member
71 : Loc(Loc), IterVar(IVar), ListValue(LValue) {} in ForeachLoop()
H A DTGParser.cpp391 Init *List = Loop.ListValue->resolveReferences(R); in resolve()
3196 Init *ListValue = nullptr; in ParseForeach() local
3197 VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach()
3205 Loops.push_back(std::make_unique<ForeachLoop>(Loc, IterName, ListValue)); in ParseForeach()
3846 << ListValue->getAsString() << " in {\n"; in dump()