Searched refs:isTryBody (Results 1 – 2 of 2) sorted by relevance
1524 bool isTryBody = (Body && isa<CXXTryStmt>(Body)); in EmitDestructorBody() local1525 if (isTryBody) in EmitDestructorBody()1550 if (!isTryBody) { in EmitDestructorBody()1573 if (isTryBody) in EmitDestructorBody()1593 if (isTryBody) in EmitDestructorBody()
1481 bool isTryBody = (Body && isa<CXXTryStmt>(Body)); in EmitDestructorBody() local1482 if (isTryBody) in EmitDestructorBody()1505 if (!isTryBody) { in EmitDestructorBody()1531 if (isTryBody) in EmitDestructorBody()1551 if (isTryBody) in EmitDestructorBody()