Searched defs:OperatorDelete (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 1407 const FunctionDecl *OperatorDelete; member in __anon33873e850411::CallDeleteDuringNew 1422 const FunctionDecl *OperatorDelete, ValueTy Ptr, in CallDeleteDuringNew() 1852 const FunctionDecl *OperatorDelete; member 1867 CodeGenFunction::pushCallObjectDeleteCleanup(const FunctionDecl *OperatorDelete, in pushCallObjectDeleteCleanup() 1906 const FunctionDecl *OperatorDelete = DE->getOperatorDelete(); in EmitObjectDelete() local 1993 const FunctionDecl *OperatorDelete; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 1065 FunctionDecl *OperatorDelete = nullptr; in findDeleteForPromise() local 1267 FunctionDecl *OperatorDelete = nullptr; in makeNewAndDeleteExpr() local
|
H A D | SemaExprCXX.cpp | 2163 FunctionDecl *OperatorDelete = nullptr; in BuildCXXNew() local 2560 FunctionDecl *&OperatorDelete, in FindAllocationFunctions() 3101 FunctionDecl *OperatorDelete = nullptr; in FindDeallocationFunctionForDestructor() local 3457 FunctionDecl *OperatorDelete = nullptr; in ActOnCXXDelete() local
|
H A D | SemaDeclCXX.cpp | 9227 FunctionDecl *OperatorDelete = nullptr; in ShouldDeleteSpecialMember() local 10362 if (FunctionDecl *OperatorDelete = in CheckDestructor() local
|
H A D | TreeTransform.h | 11752 FunctionDecl *OperatorDelete = nullptr; in TransformCXXNewExpr() local 11828 FunctionDecl *OperatorDelete = nullptr; in TransformCXXDeleteExpr() local
|
/netbsd-src/external/apache2/llvm/dist/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 | 14411 FunctionDecl *OperatorDelete = E->getOperatorDelete(); in VisitCXXDeleteExpr() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ExprCXX.h | 2150 FunctionDecl *OperatorDelete; variable 2402 FunctionDecl *OperatorDelete = nullptr; variable 2410 FunctionDecl *OperatorDelete, Expr *Arg, SourceLocation Loc) in CXXDeleteExpr()
|
H A D | DeclCXX.h | 2672 FunctionDecl *OperatorDelete = nullptr; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 1997 if (auto *OperatorDelete = readDeclAs<FunctionDecl>()) { in VisitCXXDestructorDecl() local
|