Searched refs:setTagKind (Results 1 – 5 of 5) sorted by relevance
704 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()4366 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
2061 Instantiation->setTagKind(Pattern->getTagKind()); in InstantiateClass()
3247 void setTagKind(TagKind TK) { TagDeclBits.TagDeclKind = TK; } in setTagKind() function
3848 setTagKind(TK); in TagDecl()
2610 tag_decl->setTagKind((clang::TagDecl::TagKind)kind); in SetTagTypeKind()