Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:dtorKind

808   QualType::DestructionKind dtorKind = elementType.isDestructedType();
816 if (needsEHCleanup(dtorKind)) {
824 getDestroyer(dtorKind));
877 if (!cleanupDominator && needsEHCleanup(dtorKind)) {
879 getDestroyer(dtorKind));
1493 if (QualType::DestructionKind dtorKind = elementType.isDestructedType()) {
1503 CGF.getDestroyer(dtorKind),
1505 CGF.needsEHCleanup(dtorKind));