Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGClass.cpp1478 bool isTryBody = (Body && isa<CXXTryStmt>(Body)); in EmitDestructorBody() local
1479 if (isTryBody) in EmitDestructorBody()
1502 if (!isTryBody) { in EmitDestructorBody()
1528 if (isTryBody) in EmitDestructorBody()
1548 if (isTryBody) in EmitDestructorBody()