Home
last modified time | relevance | path

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

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