Home | History | Annotate | Download | only in Serialization

Lines Matching refs:FirstDecl

1525   T *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID));
1526 if (FirstDecl != D) {
1531 D->RedeclLink = typename Redeclarable<T>::PreviousDeclLink(FirstDecl);