Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1407 if (FD->isDestroyingOperatorDelete()) { in getUsualDeleteParams()
1969 assert(!OperatorDelete->isDestroyingOperatorDelete()); in EmitObjectDelete()
2143 if (E->getOperatorDelete()->isDestroyingOperatorDelete()) { in EmitCXXDeleteExpr()
H A DCGClass.cpp1610 assert(Dtor->getOperatorDelete()->isDestroyingOperatorDelete() == in EmitConditionalDtorDeleteCall()
1862 if (DD->getOperatorDelete()->isDestroyingOperatorDelete()) in EnterDtorCleanups()
1869 if (DD->getOperatorDelete()->isDestroyingOperatorDelete()) { in EnterDtorCleanups()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2643 if (isDestroyingOperatorDelete()) in isUsualDeallocationFunction()
2676 isDestroyingOperatorDelete()) in isUsualDeallocationFunction()
3136 if (!SelectedOperatorDelete->isDestroyingOperatorDelete()) in isCalledByDelete()
H A DDecl.cpp3535 bool FunctionDecl::isDestroyingOperatorDelete() const { in isDestroyingOperatorDelete() function in FunctionDecl
3536 return getASTContext().isDestroyingOperatorDelete(this); in isDestroyingOperatorDelete()
H A DExprCXX.cpp349 getOperatorDelete()->isDestroyingOperatorDelete()) && in getDestroyedType()
H A DASTImporter.cpp4265 ToFunction->setIsDestroyingOperatorDelete(D->isDestroyingOperatorDelete()); in VisitFunctionDecl()
H A DASTContext.cpp13299 bool ASTContext::isDestroyingOperatorDelete(const FunctionDecl *FD) const { in isDestroyingOperatorDelete() function in ASTContext
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3420 bool isDestroyingOperatorDelete(const FunctionDecl *FD) const;
H A DDecl.h2613 bool isDestroyingOperatorDelete() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1796 if (FD->isDestroyingOperatorDelete()) {
3069 if (FD && FD->isDestroyingOperatorDelete()) in FindAllocationFunctions()
H A DSemaTemplateInstantiateDecl.cpp2770 Function->setIsDestroyingOperatorDelete(D->isDestroyingOperatorDelete()); in VisitFunctionDecl()
H A DSemaDeclCXX.cpp11095 if (OperatorDelete->isDestroyingOperatorDelete()) { in CheckDestructor()
16741 MD->isDestroyingOperatorDelete()) { in CheckOperatorDeleteDeclaration()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp894 FunctionDeclBits.addBit(D->isDestroyingOperatorDelete()); in VisitFunctionDecl()