Lines Matching refs:TK
3210 RecordDecl::RecordDecl(Kind DK, TagKind TK, DeclContext *DC,
3213 : TagDecl(DK, TK, DC, IdLoc, Id, PrevDecl, StartLoc) {
3222 RecordDecl *RecordDecl::Create(const ASTContext &C, TagKind TK, DeclContext *DC,
3225 RecordDecl* R = new (C) RecordDecl(Record, TK, DC, StartLoc, IdLoc, Id,