Searched defs:OperatorDelete (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | cxx1z-noexcept-function-type.cpp | 141 namespace OperatorDelete { namespace 158 namespace OperatorDelete { namespace
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 1405 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 D | SemaCoroutine.cpp | 1036 FunctionDecl *OperatorDelete = nullptr; in findDeleteForPromise() local 1322 FunctionDecl *OperatorDelete = nullptr; in makeNewAndDeleteExpr() local
|
| H A D | SemaExprCXX.cpp | 2222 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 D | SemaDeclCXX.cpp | 9414 FunctionDecl *OperatorDelete = nullptr; in ShouldDeleteSpecialMember() local 10562 if (FunctionDecl *OperatorDelete = in CheckDestructor() local
|
| H A D | TreeTransform.h | 12112 FunctionDecl *OperatorDelete = nullptr; in TransformCXXNewExpr() local 12188 FunctionDecl *OperatorDelete = nullptr; in TransformCXXDeleteExpr() local
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 182 FunctionDecl *OperatorDelete, bool ShouldPassAlignment, in CXXNewExpr() 244 FunctionDecl *OperatorNew, FunctionDecl *OperatorDelete, in Create()
|
| H A D | ExprConstant.cpp | 14681 FunctionDecl *OperatorDelete = E->getOperatorDelete(); in VisitCXXDeleteExpr() local
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2150 FunctionDecl *OperatorDelete; variable 2419 FunctionDecl *OperatorDelete = nullptr; variable 2427 FunctionDecl *OperatorDelete, Expr *Arg, SourceLocation Loc) in CXXDeleteExpr()
|
| H A D | DeclCXX.h | 2707 FunctionDecl *OperatorDelete = nullptr; variable
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 2119 if (auto *OperatorDelete = readDeclAs<FunctionDecl>()) { in VisitCXXDestructorDecl() local
|