Home | History | Annotate | Download | only in AST

Lines Matching refs:TK

3699 CreateRecordDecl(const ASTContext &Ctx, RecordDecl::TagKind TK,
3703 return CXXRecordDecl::Create(Ctx, TK, DC, Loc, Loc, Id);
3705 return RecordDecl::Create(Ctx, TK, DC, Loc, Loc, Id);