Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Protos

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