Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp1470 bool isTryBody = (Body && isa<CXXTryStmt>(Body)); in EmitDestructorBody() local
1471 if (isTryBody) in EmitDestructorBody()
1494 if (!isTryBody) { in EmitDestructorBody()
1520 if (isTryBody) in EmitDestructorBody()
1540 if (isTryBody) in EmitDestructorBody()