Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DtorType

1353   CXXDtorType DtorType = CurGD.getDtorType();
1359 if (DtorType == Dtor_Deleting) {
1384 switch (DtorType) {
1523 CXXDtorType DtorType) {
1529 if (DtorType == Dtor_Deleting) {
1550 if (DtorType == Dtor_Complete) {
1570 assert(DtorType == Dtor_Base);