Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:DtorType

1261   CXXDtorType DtorType = CurGD.getDtorType();
1267 if (DtorType == Dtor_Deleting) {
1291 switch (DtorType) {
1427 CXXDtorType DtorType) {
1433 if (DtorType == Dtor_Deleting) {
1454 if (DtorType == Dtor_Complete) {
1474 assert(DtorType == Dtor_Base);