Lines Matching defs:TK
3273 TemplatedKind TK = getTemplatedKind();
3274 if (TK != TK_NonTemplate && TK != TK_DependentNonTemplate &&
4691 TagDecl::TagDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC,
4696 assert((DK != Enum || TK == TagTypeKind::Enum) &&
4699 setTagKind(TK);
4984 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C,
4988 : TagDecl(DK, TK, C, DC, IdLoc, Id, PrevDecl, StartLoc) {
5007 RecordDecl *RecordDecl::Create(const ASTContext &C, TagKind TK, DeclContext *DC,
5010 RecordDecl *R = new (C, DC) RecordDecl(Record, TK, C, DC,