Home
last modified time | relevance | path

Searched defs:OperatorDelete (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx1z-noexcept-function-type.cpp141 namespace OperatorDelete { namespace
158 namespace OperatorDelete { namespace
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprCXX.cpp1405 const FunctionDecl *OperatorDelete; member in __anon3478caaa0411::CallDeleteDuringNew
1420 const FunctionDecl *OperatorDelete, ValueTy Ptr, in CallDeleteDuringNew()
1850 const FunctionDecl *OperatorDelete; member
1865 CodeGenFunction::pushCallObjectDeleteCleanup(const FunctionDecl *OperatorDelete, in pushCallObjectDeleteCleanup()
1904 const FunctionDecl *OperatorDelete = DE->getOperatorDelete(); in EmitObjectDelete() local
1991 const FunctionDecl *OperatorDelete; member
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCoroutine.cpp1036 FunctionDecl *OperatorDelete = nullptr; in findDeleteForPromise() local
1322 FunctionDecl *OperatorDelete = nullptr; in makeNewAndDeleteExpr() local
H A DSemaExprCXX.cpp2222 FunctionDecl *OperatorDelete = nullptr; in BuildCXXNew() local
2615 FunctionDecl *&OperatorDelete, in FindAllocationFunctions()
3164 FunctionDecl *OperatorDelete = nullptr; in FindDeallocationFunctionForDestructor() local
3520 FunctionDecl *OperatorDelete = nullptr; in ActOnCXXDelete() local
H A DSemaDeclCXX.cpp9414 FunctionDecl *OperatorDelete = nullptr; in ShouldDeleteSpecialMember() local
10562 if (FunctionDecl *OperatorDelete = in CheckDestructor() local
H A DTreeTransform.h12112 FunctionDecl *OperatorDelete = nullptr; in TransformCXXNewExpr() local
12188 FunctionDecl *OperatorDelete = nullptr; in TransformCXXDeleteExpr() local
/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp182 FunctionDecl *OperatorDelete, bool ShouldPassAlignment, in CXXNewExpr()
244 FunctionDecl *OperatorNew, FunctionDecl *OperatorDelete, in Create()
H A DExprConstant.cpp14681 FunctionDecl *OperatorDelete = E->getOperatorDelete(); in VisitCXXDeleteExpr() local
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h2150 FunctionDecl *OperatorDelete; variable
2419 FunctionDecl *OperatorDelete = nullptr; variable
2427 FunctionDecl *OperatorDelete, Expr *Arg, SourceLocation Loc) in CXXDeleteExpr()
H A DDeclCXX.h2707 FunctionDecl *OperatorDelete = nullptr; variable
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp2119 if (auto *OperatorDelete = readDeclAs<FunctionDecl>()) { in VisitCXXDestructorDecl() local