Searched refs:IsDelete (Results 1 – 4 of 4) sorted by relevance
1147 bool IsDelete) { in EmitBuiltinNewDeleteCall() argument1154 .getCXXOperatorName(IsDelete ? OO_Delete : OO_New); in EmitBuiltinNewDeleteCall()
2028 const Expr *Arg, bool IsDelete);
3026 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument3048 Diag(Loc, diag::warn_delete_abstract_non_virtual_dtor) << (IsDelete ? 0 : 1) in CheckVirtualDtorCall()3053 Diag(Loc, diag::warn_delete_non_virtual_dtor) << (IsDelete ? 0 : 1) in CheckVirtualDtorCall()3056 if (!IsDelete) { in CheckVirtualDtorCall()
4813 bool IsDelete, bool CallCanBeVirtual,