Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Protos

4000     SmallVector<ObjCProtocolDecl*, 4> Protos;
4002 Protos.push_back(ReadDeclAs<ObjCProtocolDecl>(*Loc.F, Record, Idx));
4003 return Context.getObjCObjectType(Base, Protos.data(), NumProtos);