Searched refs:ParseForeachDeclaration (Results 1 – 2 of 2) sorted by relevance
165 VarInit *ParseForeachDeclaration(ListInit *&ForeachListValue);
1784 VarInit *TGParser::ParseForeachDeclaration(ListInit *&ForeachListValue) { in ParseForeachDeclaration() function in TGParser2108 VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach()