Lines Matching defs:DK
263 TemplateDecl::TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L,
266 : NamedDecl(DK, DC, L, Name), TemplatedDecl(Decl), TemplateParams(Params) {}
921 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK,
927 : CXXRecordDecl(DK, TK, Context, DC, StartLoc, IdLoc,
935 Kind DK)
936 : CXXRecordDecl(DK, TagTypeKind::Struct, C, nullptr, SourceLocation(),
1357 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc,
1360 : VarDecl(DK, Context, DC, StartLoc, IdLoc,
1366 VarTemplateSpecializationDecl::VarTemplateSpecializationDecl(Kind DK,
1368 : VarDecl(DK, C, nullptr, SourceLocation(), SourceLocation(), nullptr,