Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:TK

1828 CreateRecordDecl(const ASTContext &Ctx, RecordDecl::TagKind TK,
1832 return CXXRecordDecl::Create(Ctx, TK, DC, Loc, Loc, Id);
1834 return RecordDecl::Create(Ctx, TK, DC, Loc, Loc, Id);