Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp3769 VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach() local
3770 if (!IterName) in ParseForeach()
3777 auto TheLoop = std::make_unique<ForeachLoop>(Loc, IterName, ListValue); in ParseForeach()