Lines Matching defs:TK
3290 TemplatedKind TK = getTemplatedKind();
3291 if (TK != TK_NonTemplate && TK != TK_DependentNonTemplate &&
4740 TagDecl::TagDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC,
4745 assert((DK != Enum || TK == TagTypeKind::Enum) &&
4748 setTagKind(TK);
5033 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C,
5037 : TagDecl(DK, TK, C, DC, IdLoc, Id, PrevDecl, StartLoc) {
5057 RecordDecl *RecordDecl::Create(const ASTContext &C, TagKind TK, DeclContext *DC,
5060 RecordDecl *R = new (C, DC) RecordDecl(Record, TK, C, DC,