Home | History | Annotate | Download | only in AST

Lines Matching refs:TK

71 CXXRecordDecl::CXXRecordDecl(Kind K, TagKind TK, DeclContext *DC,
74 : RecordDecl(K, TK, DC, StartLoc, IdLoc, Id, PrevDecl),
78 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK,
83 CXXRecordDecl* R = new (C) CXXRecordDecl(CXXRecord, TK, DC, StartLoc, IdLoc,