Searched refs:setTagKind (Results 1 – 5 of 5) sorted by relevance
712 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()4624 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
3498 void setTagKind(TagKind TK) { TagDeclBits.TagDeclKind = TK; } in setTagKind() function
1309 decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateRecordType()1598 template_cxx_decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateClassTemplateDecl()1675 class_template_specialization_decl->setTagKind( in CreateClassTemplateSpecializationDecl()
2694 Instantiation->setTagKind(Pattern->getTagKind()); in InstantiateClass()
4249 setTagKind(TK); in TagDecl()