Home | History | Annotate | Download | only in Serialization

Lines Matching refs:NumStoredSelLocs

935   unsigned NumStoredSelLocs = Record[Idx++];
937 SelLocs.reserve(NumStoredSelLocs);
938 for (unsigned i = 0; i != NumStoredSelLocs; ++i)