Searched refs:ForeachListValue (Results 1 – 2 of 2) sorted by relevance
285 const VarInit *ParseForeachDeclaration(const Init *&ForeachListValue);
3404 TGParser::ParseForeachDeclaration(const Init *&ForeachListValue) { in ParseForeachDeclaration() argument3441 ForeachListValue = I; in ParseForeachDeclaration()3468 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()