Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGParser.h166 VarInit *ParseForeachDeclaration(ListInit *&ForeachListValue);
DTGParser.cpp1744 VarInit *TGParser::ParseForeachDeclaration(ListInit *&ForeachListValue) { in ParseForeachDeclaration() function in TGParser
2062 VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach()