Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGParser.cpp2062 VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach() local
2063 if (!IterName) in ParseForeach()
2071 Loops.push_back(ForeachLoop(IterName, ListValue)); in ParseForeach()