Searched refs:destroyCXXObject (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjCRuntime.cpp | 450 CGF.destroyCXXObject(CGF, RV.getAggregateAddress(), QT); in destroyCalleeDestroyedArguments()
|
| H A D | CGCleanup.cpp | 1324 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject, in EmitCXXTemporary()
|
| H A D | CGClass.cpp | 2038 Destroyer *destroyer = destroyCXXObject; in EmitCXXAggrConstructorCall() 2068 void CodeGenFunction::destroyCXXObject(CodeGenFunction &CGF, in destroyCXXObject() function in CodeGenFunction
|
| H A D | CGExpr.cpp | 357 CodeGenFunction::destroyCXXObject, CGF.getLangOpts().Exceptions, in pushTemporaryCleanup() 372 CodeGenFunction::destroyCXXObject, in pushTemporaryCleanup() 379 CodeGenFunction::destroyCXXObject, in pushTemporaryCleanup()
|
| H A D | CGDecl.cpp | 2095 return destroyCXXObject; in getDestroyer()
|
| H A D | CodeGenFunction.h | 2911 static Destroyer destroyCXXObject;
|