Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getDestroyer

1196   if (!destroyer) destroyer = getDestroyer(dtorKind);
1245 CodeGenFunction::getDestroyer(QualType::DestructionKind kind) {
1265 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true);
1275 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind),