Home | History | Annotate | Download | only in AST

Lines Matching refs:DK

690 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK,
697 : CXXRecordDecl(DK, TK, Context, DC, StartLoc, IdLoc,
707 Kind DK)
708 : CXXRecordDecl(DK, TTK_Struct, C, nullptr, SourceLocation(),
1058 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc,
1062 : VarDecl(DK, Context, DC, StartLoc, IdLoc,
1068 VarTemplateSpecializationDecl::VarTemplateSpecializationDecl(Kind DK,
1070 : VarDecl(DK, C, nullptr, SourceLocation(), SourceLocation(), nullptr,