Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGClass.cpp1524 bool isTryBody = (Body && isa<CXXTryStmt>(Body)); in EmitDestructorBody() local
1525 if (isTryBody) in EmitDestructorBody()
1550 if (!isTryBody) { in EmitDestructorBody()
1573 if (isTryBody) in EmitDestructorBody()
1593 if (isTryBody) in EmitDestructorBody()