Home | History | Annotate | Download | only in AST

Lines Matching refs:DK

1686 VarDecl::VarDecl(Kind DK, ASTContext &C, DeclContext *DC,
1690 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc),
3487 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C,
3491 : TagDecl(DK, TK, C, DC, IdLoc, Id, PrevDecl, StartLoc) {