Searched refs:ForeachListValue (Results 1 – 2 of 2) sorted by relevance
282 VarInit *ParseForeachDeclaration(Init *&ForeachListValue);
3311 VarInit *TGParser::ParseForeachDeclaration(Init *&ForeachListValue) { in ParseForeachDeclaration() argument3348 ForeachListValue = I; in ParseForeachDeclaration()3375 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()