Home | History | Annotate | Download | only in Serialization

Lines Matching refs:FirstDeclID

1072   DeclID FirstDeclID =  PreviousDeclID ? ReadDeclID(Record, Idx) : 0;
1078 cast_or_null<RedeclarableTemplateDecl>(Reader.GetDecl(FirstDeclID));
1084 if (PreviousDeclID != FirstDeclID)
1327 DeclID FirstDeclID = ReadDeclID(Record, Idx);
1333 cast_or_null<T>(Reader.GetDecl(FirstDeclID)));
1334 if (PreviousDeclID != FirstDeclID)