Searched refs:ForeachListValue (Results 1 – 2 of 2) sorted by relevance
242 VarInit *ParseForeachDeclaration(Init *&ForeachListValue);
2801 VarInit *TGParser::ParseForeachDeclaration(Init *&ForeachListValue) { in ParseForeachDeclaration() argument2838 ForeachListValue = I; in ParseForeachDeclaration()2865 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()