Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h66 Init *ListValue; member
72 : Loc(Loc), IterVar(IVar), ListValue(LValue) {} in ForeachLoop()
H A DTGParser.cpp431 Init *List = Loop.ListValue->resolveReferences(R); in resolve()
3768 Init *ListValue = nullptr; in ParseForeach() local
3769 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()