Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3539 void FunctionDecl::setIsDestroyingOperatorDelete(bool IsDestroyingDelete) { in setIsDestroyingOperatorDelete() function in FunctionDecl
3540 getASTContext().setIsDestroyingOperatorDelete(this, IsDestroyingDelete); in setIsDestroyingOperatorDelete()
H A DASTImporter.cpp4265 ToFunction->setIsDestroyingOperatorDelete(D->isDestroyingOperatorDelete()); in VisitFunctionDecl()
H A DASTContext.cpp13290 void ASTContext::setIsDestroyingOperatorDelete(const FunctionDecl *FD, in setIsDestroyingOperatorDelete() function in ASTContext
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3419 void setIsDestroyingOperatorDelete(const FunctionDecl *FD, bool IsDestroying);
H A DDecl.h2614 void setIsDestroyingOperatorDelete(bool IsDestroyingDelete);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1073 FD->setIsDestroyingOperatorDelete(FunctionDeclBits.getNextBit()); in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2770 Function->setIsDestroyingOperatorDelete(D->isDestroyingOperatorDelete()); in VisitFunctionDecl()
H A DSemaDeclCXX.cpp16633 FnDecl->setIsDestroyingOperatorDelete(IsPotentiallyDestroyingDelete); in CheckOperatorNewDeleteTypes()