Home | History | Annotate | Download | only in AST

Lines Matching refs:DK

711 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK,
718 : CXXRecordDecl(DK, TK, Context, DC, StartLoc, IdLoc,
728 Kind DK)
729 : CXXRecordDecl(DK, TTK_Struct, C, nullptr, SourceLocation(),
1074 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc,
1078 : VarDecl(DK, Context, DC, StartLoc, IdLoc,
1084 VarTemplateSpecializationDecl::VarTemplateSpecializationDecl(Kind DK,
1086 : VarDecl(DK, C, nullptr, SourceLocation(), SourceLocation(), nullptr,