Home | History | Annotate | Download | only in Serialization

Lines Matching refs:LazySpecializations

1646       CommonPtr->LazySpecializations
1648 memcpy(CommonPtr->LazySpecializations, SpecIDs.data(),
1691 CommonPtr->LazySpecializations =
1693 memcpy(CommonPtr->LazySpecializations, SpecIDs.data(),
1812 CommonPtr->LazySpecializations = new (Reader.getContext())
1814 CommonPtr->LazySpecializations[0] = NumSpecs;
1816 CommonPtr->LazySpecializations[I + 1] = ReadDeclID(Record, Idx);