Searched refs:setTagKind (Results 1 – 5 of 5) sorted by relevance
702 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()4535 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
3402 void setTagKind(TagKind TK) { TagDeclBits.TagDeclKind = TK; } in setTagKind() function
2619 Instantiation->setTagKind(Pattern->getTagKind()); in InstantiateClass()
4125 setTagKind(TK); in TagDecl()
2314 tag_decl->setTagKind((clang::TagDecl::TagKind)kind); in SetTagTypeKind()