Searched refs:IterType (Results 1 – 2 of 2) sorted by relevance
159 typedef VarStreamArrayIterator<ValueType, Extractor> IterType; typedef182 bool operator==(const IterType &R) const {202 IterType &operator+=(unsigned N) {
3376 const RecTy *IterType = nullptr; in ParseForeachDeclaration() 3399 IterType = cast<ListRecTy>(TI->getType())->getElementType(); in ParseTemplateArgList() 3420 assert(!IterType && "Type already initialized?"); in ParseTemplateArgList() 3421 IterType = IntRecTy::get(Records); in ParseTemplateArgList() 3425 ForeachListValue = ListInit::get(Values, IterType); in ParseTemplateArgList() 3428 if (!IterType)3431 return VarInit::get(DeclName, IterType);3332 RecTy *IterType = nullptr; ParseForeachDeclaration() local