Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp1479 bool isTryBody = isa_and_nonnull<CXXTryStmt>(Body); in EmitDestructorBody() local
1480 if (isTryBody) in EmitDestructorBody()
1503 if (!isTryBody) { in EmitDestructorBody()
1529 if (isTryBody) in EmitDestructorBody()
1549 if (isTryBody) in EmitDestructorBody()