Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
3137 Init *ListValue = nullptr; in ParseForeach() local
3138 VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach()
3146 Loops.push_back(std::make_unique<ForeachLoop>(Loc, IterName, ListValue)); in ParseForeach()
3776 << ListValue->getAsString() << " in {\n"; in dump()