Lines Matching defs:DK
2116 VarDecl::VarDecl(Kind DK, ASTContext &C, DeclContext *DC,
2120 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc),
3029 FunctionDecl::FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC,
3036 : DeclaratorDecl(DK, DC, NameInfo.getLoc(), NameInfo.getName(), T, TInfo,
3038 DeclContext(DK), redeclarable_base(C), Body(), ODRHash(0),
4691 TagDecl::TagDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC,
4694 : TypeDecl(DK, DC, L, Id, StartL), DeclContext(DK), redeclarable_base(C),
4696 assert((DK != Enum || TK == TagTypeKind::Enum) &&
4984 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C,
4988 : TagDecl(DK, TK, C, DC, IdLoc, Id, PrevDecl, StartLoc) {