Searched refs:ForeachListValue (Results 1 – 2 of 2) sorted by relevance
165 VarInit *ParseForeachDeclaration(ListInit *&ForeachListValue);
1784 VarInit *TGParser::ParseForeachDeclaration(ListInit *&ForeachListValue) { in ParseForeachDeclaration() argument1807 ForeachListValue = dyn_cast<ListInit>(List); in ParseForeachDeclaration()1808 if (!ForeachListValue) { in ParseForeachDeclaration()1812 RecTy *ValueType = ForeachListValue->getType(); in ParseForeachDeclaration()1846 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()