Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3539 void FunctionDecl::setIsDestroyingOperatorDelete(bool IsDestroyingDelete) { in setIsDestroyingOperatorDelete() argument
3540 getASTContext().setIsDestroyingOperatorDelete(this, IsDestroyingDelete); in setIsDestroyingOperatorDelete()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2614 void setIsDestroyingOperatorDelete(bool IsDestroyingDelete);