Searched refs:setTagKind (Results 1 – 8 of 8) sorted by relevance
1308 decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateRecordType()1492 template_cxx_decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateClassTemplateDecl()1569 class_template_specialization_decl->setTagKind( in CreateClassTemplateSpecializationDecl()2482 tag_decl->setTagKind((clang::TagDecl::TagKind)kind); in SetTagTypeKind()
644 TD->setTagKind((TagDecl::TagKind)Record[Idx++]); in VisitTagDecl()3846 RD->setTagKind((TagTypeKind)Record[Idx++]); in UpdateDecl()
710 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()4589 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
2934 void setTagKind(TagKind TK) { TagDeclKind = TK; } in setTagKind() function
1986 Instantiation->setTagKind(Pattern->getTagKind()); in InstantiateClass()
3452 void setTagKind(TagKind TK) { TagDeclBits.TagDeclKind = TK; } in setTagKind() function
2692 Instantiation->setTagKind(Pattern->getTagKind()); in InstantiateClass()
4223 setTagKind(TK); in TagDecl()