Lines Matching defs:DK
265 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N)
266 : Decl(DK, DC, L), Name(N) {}
677 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L,
679 : NamedDecl(DK, DC, L, N), DeclType(T) {}
759 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L,
762 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {}
1083 VarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
1731 ParmVarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
1734 : VarDecl(DK, C, DC, StartLoc, IdLoc, Id, T, TInfo, S) {
2089 FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
3100 FieldDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc,
3104 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), BitField(false),
3407 TypeDecl(Kind DK, DeclContext *DC, SourceLocation L, const IdentifierInfo *Id,
3409 : NamedDecl(DK, DC, L, Id), LocStart(StartL) {}
3449 TypedefNameDecl(Kind DK, ASTContext &C, DeclContext *DC,
3452 : TypeDecl(DK, DC, IdLoc, Id, StartLoc), redeclarable_base(C),
3616 TagDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC,
4177 RecordDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC,