Home | History | Annotate | Download | only in Serialization

Lines Matching refs:CommonPtr

1334     // This ClassTemplateDecl owns a CommonPtr; read it to keep track of all of
1351 ClassTemplateDecl::Common *CommonPtr = D->getCommonPtr();
1356 CommonPtr->LazySpecializations
1358 memcpy(CommonPtr->LazySpecializations, SpecIDs.data(),
1362 CommonPtr->InjectedClassNameType = Reader.readType(F, Record, Idx);
1456 // This FunctionTemplateDecl owns a CommonPtr; read it.