Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGClass.cpp1476 bool isTryBody = (Body && isa<CXXTryStmt>(Body)); in EmitDestructorBody() local
1477 if (isTryBody) in EmitDestructorBody()
1500 if (!isTryBody) { in EmitDestructorBody()
1526 if (isTryBody) in EmitDestructorBody()
1546 if (isTryBody) in EmitDestructorBody()