Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DtorType

1244   CXXDtorType DtorType = CurGD.getDtorType();
1250 if (DtorType == Dtor_Deleting) {
1273 switch (DtorType) {
1405 CXXDtorType DtorType) {
1411 if (DtorType == Dtor_Deleting) {
1432 if (DtorType == Dtor_Complete) {
1455 assert(DtorType == Dtor_Base);