Home | History | Annotate | Download | only in Serialization

Lines Matching defs:NumDecls

943   unsigned NumDecls = endian::readNext<uint16_t, little, unaligned>(d);
946 return std::make_pair(Start, Start + NumDecls);
7647 unsigned NumDecls = Record[Idx++];
7648 Set.reserve(Context, NumDecls);
7649 while (NumDecls--) {