Lines Matching defs:DK
282 TemplateDecl::TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L,
285 : NamedDecl(DK, DC, L, Name), TemplatedDecl(Decl), TemplateParams(Params) {}
961 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK,
967 : CXXRecordDecl(DK, TK, Context, DC, StartLoc, IdLoc,
975 Kind DK)
976 : CXXRecordDecl(DK, TagTypeKind::Struct, C, nullptr, SourceLocation(),
1400 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc,
1403 : VarDecl(DK, Context, DC, StartLoc, IdLoc,
1409 VarTemplateSpecializationDecl::VarTemplateSpecializationDecl(Kind DK,
1411 : VarDecl(DK, C, nullptr, SourceLocation(), SourceLocation(), nullptr,