Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp1167 const FunctionDecl *OperatorDelete; member in __anon5aa6a0120211::CallDeleteDuringNew
1179 const FunctionDecl *OperatorDelete, in CallDeleteDuringNew()
1220 const FunctionDecl *OperatorDelete; member in __anon5aa6a0120211::CallDeleteDuringConditionalNew
1234 const FunctionDecl *OperatorDelete, in CallDeleteDuringConditionalNew()
1522 const FunctionDecl *OperatorDelete; member
1537 CodeGenFunction::pushCallObjectDeleteCleanup(const FunctionDecl *OperatorDelete, in pushCallObjectDeleteCleanup()
1568 const FunctionDecl *OperatorDelete = DE->getOperatorDelete(); in EmitObjectDelete() local
1602 const FunctionDecl *OperatorDelete; member
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1743 FunctionDecl *OperatorDelete = nullptr; in BuildCXXNew() local
1961 FunctionDecl *&OperatorDelete) { in FindAllocationFunctions()
2852 FunctionDecl *OperatorDelete = nullptr; in ActOnCXXDelete() local
H A DSemaDeclCXX.cpp5986 FunctionDecl *OperatorDelete = nullptr; in ShouldDeleteSpecialMember() local
6929 FunctionDecl *OperatorDelete = nullptr; in CheckDestructor() local
H A DTreeTransform.h9462 FunctionDecl *OperatorDelete = nullptr; in TransformCXXNewExpr() local
9545 FunctionDecl *OperatorDelete = nullptr; in TransformCXXDeleteExpr() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DExprCXX.h2236 FunctionDecl *OperatorDelete; variable
2498 FunctionDecl *OperatorDelete = nullptr; variable
2506 FunctionDecl *OperatorDelete, Expr *Arg, SourceLocation Loc) in CXXDeleteExpr()
DDeclCXX.h2798 FunctionDecl *OperatorDelete = nullptr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DExprCXX.h2233 FunctionDecl *OperatorDelete; variable
2485 FunctionDecl *OperatorDelete = nullptr; variable
2493 FunctionDecl *OperatorDelete, Expr *Arg, SourceLocation Loc) in CXXDeleteExpr()
DDeclCXX.h2798 FunctionDecl *OperatorDelete = nullptr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DExprCXX.h2245 FunctionDecl *OperatorDelete; variable
2497 FunctionDecl *OperatorDelete = nullptr; variable
2505 FunctionDecl *OperatorDelete, Expr *Arg, SourceLocation Loc) in CXXDeleteExpr()
DDeclCXX.h2805 FunctionDecl *OperatorDelete = nullptr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DExprCXX.h2233 FunctionDecl *OperatorDelete; variable
2485 FunctionDecl *OperatorDelete = nullptr; variable
2493 FunctionDecl *OperatorDelete, Expr *Arg, SourceLocation Loc) in CXXDeleteExpr()
DDeclCXX.h2798 FunctionDecl *OperatorDelete = nullptr; variable
/aosp_15_r20/external/clang/include/clang/AST/
H A DExprCXX.h1812 FunctionDecl *OperatorDelete; variable
2010 FunctionDecl *OperatorDelete; variable
H A DDeclCXX.h2417 FunctionDecl *OperatorDelete; variable
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1799 if (auto *OperatorDelete = ReadDeclAs<FunctionDecl>(Record, Idx)) { in VisitCXXDestructorDecl() local