Searched refs:setTagKind (Results 1 – 4 of 4) sorted by relevance
589 TD->setTagKind((TagDecl::TagKind)Record[Idx++]); in VisitTagDecl()3700 RD->setTagKind((TagTypeKind)Record[Idx++]); in UpdateDecl()
1975 Instantiation->setTagKind(Pattern->getTagKind()); in InstantiateClass()
2917 void setTagKind(TagKind TK) { TagDeclKind = TK; } in setTagKind() function
5280 tag_decl->setTagKind ((TagDecl::TagKind)kind); in SetTagTypeKind()