Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGParser.h63 Init *ListValue; member
69 : Loc(Loc), IterVar(IVar), ListValue(LValue) {} in ForeachLoop()
H A DTGParser.cpp378 Init *List = Loop.ListValue->resolveReferences(R); in resolve()
2598 Init *ListValue = nullptr; in ParseForeach() local
2599 VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach()
2608 Loops.push_back(llvm::make_unique<ForeachLoop>(Loc, IterName, ListValue)); in ParseForeach()
3049 << ListValue->getAsString() << " in {\n"; in dump()