Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DestructionKind

1113                             QualType::DestructionKind dtorKind) {
1181 if (QualType::DestructionKind dtorKind = D.getType().isDestructedType())
1208 CodeGenFunction::getDestroyer(QualType::DestructionKind kind) {
1218 llvm_unreachable("Unknown DestructionKind");
1222 void CodeGenFunction::pushDestroy(QualType::DestructionKind dtorKind,
1416 /// \param destructionKind - the kind of destruction required
1435 /// \param destructionKind - the kind of destruction required