Searched refs:EnterDtorCleanups (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGClass.cpp | 1515 EnterDtorCleanups(Dtor, Dtor_Deleting); in EmitDestructorBody() 1548 EnterDtorCleanups(Dtor, Dtor_Complete); in EmitDestructorBody() 1561 EnterDtorCleanups(Dtor, Dtor_Base); in EmitDestructorBody() 1807 void CodeGenFunction::EnterDtorCleanups(const CXXDestructorDecl *DD, in EnterDtorCleanups() function in CodeGenFunction
|
D | CodeGenFunction.h | 1518 void EnterDtorCleanups(const CXXDestructorDecl *Dtor, CXXDtorType Type);
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGClass.cpp | 1470 EnterDtorCleanups(Dtor, Dtor_Deleting); in EmitDestructorBody() 1503 EnterDtorCleanups(Dtor, Dtor_Complete); in EmitDestructorBody() 1519 EnterDtorCleanups(Dtor, Dtor_Base); in EmitDestructorBody() 1794 void CodeGenFunction::EnterDtorCleanups(const CXXDestructorDecl *DD, in EnterDtorCleanups() function in CodeGenFunction
|
D | CodeGenFunction.h | 2239 void EnterDtorCleanups(const CXXDestructorDecl *Dtor, CXXDtorType Type);
|