Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16559 bool IsPotentiallyDestroyingDelete = in CheckOperatorNewDeleteTypes() local
16562 if (IsPotentiallyDestroyingDelete) { in CheckOperatorNewDeleteTypes()
16570 << IsPotentiallyTypeAware << IsPotentiallyDestroyingDelete in CheckOperatorNewDeleteTypes()
16610 << IsPotentiallyTypeAware << IsPotentiallyDestroyingDelete in CheckOperatorNewDeleteTypes()
16624 << IsPotentiallyTypeAware << IsPotentiallyDestroyingDelete in CheckOperatorNewDeleteTypes()
16633 FnDecl->setIsDestroyingOperatorDelete(IsPotentiallyDestroyingDelete); in CheckOperatorNewDeleteTypes()