/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 1167 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 D | SemaExprCXX.cpp | 1743 FunctionDecl *OperatorDelete = nullptr; in BuildCXXNew() local 1961 FunctionDecl *&OperatorDelete) { in FindAllocationFunctions() 2852 FunctionDecl *OperatorDelete = nullptr; in ActOnCXXDelete() local
|
H A D | SemaDeclCXX.cpp | 5986 FunctionDecl *OperatorDelete = nullptr; in ShouldDeleteSpecialMember() local 6929 FunctionDecl *OperatorDelete = nullptr; in CheckDestructor() local
|
H A D | TreeTransform.h | 9462 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/ |
D | ExprCXX.h | 2236 FunctionDecl *OperatorDelete; variable 2498 FunctionDecl *OperatorDelete = nullptr; variable 2506 FunctionDecl *OperatorDelete, Expr *Arg, SourceLocation Loc) in CXXDeleteExpr()
|
D | DeclCXX.h | 2798 FunctionDecl *OperatorDelete = nullptr; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | ExprCXX.h | 2233 FunctionDecl *OperatorDelete; variable 2485 FunctionDecl *OperatorDelete = nullptr; variable 2493 FunctionDecl *OperatorDelete, Expr *Arg, SourceLocation Loc) in CXXDeleteExpr()
|
D | DeclCXX.h | 2798 FunctionDecl *OperatorDelete = nullptr; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | ExprCXX.h | 2245 FunctionDecl *OperatorDelete; variable 2497 FunctionDecl *OperatorDelete = nullptr; variable 2505 FunctionDecl *OperatorDelete, Expr *Arg, SourceLocation Loc) in CXXDeleteExpr()
|
D | DeclCXX.h | 2805 FunctionDecl *OperatorDelete = nullptr; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | ExprCXX.h | 2233 FunctionDecl *OperatorDelete; variable 2485 FunctionDecl *OperatorDelete = nullptr; variable 2493 FunctionDecl *OperatorDelete, Expr *Arg, SourceLocation Loc) in CXXDeleteExpr()
|
D | DeclCXX.h | 2798 FunctionDecl *OperatorDelete = nullptr; variable
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | ExprCXX.h | 1812 FunctionDecl *OperatorDelete; variable 2010 FunctionDecl *OperatorDelete; variable
|
H A D | DeclCXX.h | 2417 FunctionDecl *OperatorDelete; variable
|
/aosp_15_r20/external/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 1799 if (auto *OperatorDelete = ReadDeclAs<FunctionDecl>(Record, Idx)) { in VisitCXXDestructorDecl() local
|