Searched refs:setTagKind (Results 1 – 5 of 5) sorted by relevance
726 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()4374 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
3567 void setTagKind(TagKind TK) { TagDeclBits.TagDeclKind = TK; } in setTagKind() function
1295 decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateRecordType()1604 template_cxx_decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateClassTemplateDecl()1679 class_template_specialization_decl->setTagKind( in CreateClassTemplateSpecializationDecl()
2739 Instantiation->setTagKind(Pattern->getTagKind()); in InstantiateClass()
4375 setTagKind(TK); in TagDecl()