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 const Init *ListValue; member
72 : Loc(Loc), IterVar(IVar), ListValue(LValue) {} in ForeachLoop()
H A DTGParser.cpp425 const Init *List = Loop.ListValue->resolveReferences(R); in resolve()
3855 const Init *ListValue = nullptr; in ParseForeach() local
3856 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()