Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGParser.cpp2599 VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach() local
2600 if (!IterName) in ParseForeach()
2608 Loops.push_back(llvm::make_unique<ForeachLoop>(Loc, IterName, ListValue)); in ParseForeach()