Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:TK

2333 CreateRecordDecl(const ASTContext &Ctx, RecordDecl::TagKind TK,
2337 return CXXRecordDecl::Create(Ctx, TK, DC, Loc, Loc, Id);
2339 return RecordDecl::Create(Ctx, TK, DC, Loc, Loc, Id);