Home
last modified time | relevance | path

Searched refs:EnterDtorCleanups (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGClass.cpp1465 EnterDtorCleanups(Dtor, Dtor_Deleting); in EmitDestructorBody()
1498 EnterDtorCleanups(Dtor, Dtor_Complete); in EmitDestructorBody()
1514 EnterDtorCleanups(Dtor, Dtor_Base); in EmitDestructorBody()
1804 void CodeGenFunction::EnterDtorCleanups(const CXXDestructorDecl *DD, in EnterDtorCleanups() function in CodeGenFunction
H A DCodeGenFunction.h2342 void EnterDtorCleanups(const CXXDestructorDecl *Dtor, CXXDtorType Type);