Home | History | Annotate | Download | only in AST

Lines Matching refs:TK

2720 RecordDecl::RecordDecl(Kind DK, TagKind TK, DeclContext *DC,
2723 : TagDecl(DK, TK, DC, IdLoc, Id, PrevDecl, StartLoc) {
2731 RecordDecl *RecordDecl::Create(const ASTContext &C, TagKind TK, DeclContext *DC,
2734 RecordDecl* R = new (C) RecordDecl(Record, TK, DC, StartLoc, IdLoc, Id,