Searched refs:setTagKind (Results 1 – 5 of 5) sorted by relevance
731 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()4472 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
3637 void setTagKind(TagKind TK) { TagDeclBits.TagDeclKind = TK; } in setTagKind() function
1297 decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateRecordType()1625 template_cxx_decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateClassTemplateDecl()1701 class_template_specialization_decl->setTagKind( in CreateClassTemplateSpecializationDecl()
3126 Instantiation->setTagKind(Pattern->getTagKind()); in InstantiateClass()
4409 setTagKind(TK); in TagDecl()