Home | History | Annotate | Download | only in Serialization

Lines Matching refs:TagDecl

228     void VisitTagDecl(TagDecl *TD);
424 void ASTDeclReader::VisitTagDecl(TagDecl *TD) {
429 TD->setTagKind((TagDecl::TagKind)Record[Idx++]);
436 TagDecl::ExtInfo *Info = new (Reader.getContext()) TagDecl::ExtInfo();
1720 if (TagDecl *TagX = dyn_cast<TagDecl>(X)) {
1721 TagDecl *TagY = cast<TagDecl>(Y);
1801 if (TagDecl *TD = dyn_cast<TagDecl>(D)) {
1802 TD->RedeclLink.setPointer(cast<TagDecl>(previous));
1823 if (TagDecl *TD = dyn_cast<TagDecl>(D)) {
1825 = Redeclarable<TagDecl>::LatestDeclLink(cast<TagDecl>(Latest));