Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp3138 VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach() local
3139 if (!IterName) in ParseForeach()
3146 Loops.push_back(std::make_unique<ForeachLoop>(Loc, IterName, ListValue)); in ParseForeach()