Lines Matching defs:DK
2123 VarDecl::VarDecl(Kind DK, ASTContext &C, DeclContext *DC,
2127 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc),
3040 FunctionDecl::FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC,
3047 : DeclaratorDecl(DK, DC, NameInfo.getLoc(), NameInfo.getName(), T, TInfo,
3049 DeclContext(DK), redeclarable_base(C), Body(), ODRHash(0),
4740 TagDecl::TagDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC,
4743 : TypeDecl(DK, DC, L, Id, StartL), DeclContext(DK), redeclarable_base(C),
4745 assert((DK != Enum || TK == TagTypeKind::Enum) &&
5033 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C,
5037 : TagDecl(DK, TK, C, DC, IdLoc, Id, PrevDecl, StartLoc) {