Searched refs:ForeachListValue (Results 1 – 2 of 2) sorted by relevance
284 VarInit *ParseForeachDeclaration(Init *&ForeachListValue);
3317 VarInit *TGParser::ParseForeachDeclaration(Init *&ForeachListValue) { in ParseForeachDeclaration() argument3354 ForeachListValue = I; in ParseForeachDeclaration()3381 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()