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