Home
last modified time | relevance | path

Searched refs:IsDelete (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprCXX.cpp1147 bool IsDelete) { in EmitBuiltinNewDeleteCall() argument
1154 .getCXXOperatorName(IsDelete ? OO_Delete : OO_New); in EmitBuiltinNewDeleteCall()
DCodeGenFunction.h2028 const Expr *Arg, bool IsDelete);
/external/clang/lib/Sema/
DSemaExprCXX.cpp3026 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument
3048 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()
/external/clang/include/clang/Sema/
DSema.h4813 bool IsDelete, bool CallCanBeVirtual,