Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp1468 EnterDtorCleanups(Dtor, Dtor_Deleting); in EmitDestructorBody()
1501 EnterDtorCleanups(Dtor, Dtor_Complete); in EmitDestructorBody()
1517 EnterDtorCleanups(Dtor, Dtor_Base); in EmitDestructorBody()
1845 void CodeGenFunction::EnterDtorCleanups(const CXXDestructorDecl *DD, in EnterDtorCleanups() function in CodeGenFunction
H A DCodeGenFunction.h2518 void EnterDtorCleanups(const CXXDestructorDecl *Dtor, CXXDtorType Type);