Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DestructionKind

1201                             QualType::DestructionKind dtorKind) {
1277 if (QualType::DestructionKind dtorKind = D.getType().isDestructedType())
1304 CodeGenFunction::getDestroyer(QualType::DestructionKind kind) {
1314 llvm_unreachable("Unknown DestructionKind");
1319 void CodeGenFunction::pushEHDestroy(QualType::DestructionKind dtorKind,
1329 void CodeGenFunction::pushDestroy(QualType::DestructionKind dtorKind,