Home | History | Annotate | Download | only in Serialization

Lines Matching refs:NumDecls

971   for (unsigned NumDecls = DataLen / 4; NumDecls; --NumDecls) {
7859 unsigned NumDecls = Record[Idx++];
7860 Set.reserve(Context, NumDecls);
7861 while (NumDecls--) {