Home | History | Annotate | Download | only in Serialization

Lines Matching refs:LazySpecializations

1420       CommonPtr->LazySpecializations
1422 memcpy(CommonPtr->LazySpecializations, SpecIDs.data(),
1456 CommonPtr->LazySpecializations =
1458 memcpy(CommonPtr->LazySpecializations, SpecIDs.data(),
1565 CommonPtr->LazySpecializations = new (Reader.getContext())
1567 CommonPtr->LazySpecializations[0] = NumSpecs;
1569 CommonPtr->LazySpecializations[I + 1] = ReadDeclID(Record, Idx);