Searched refs:isTryBody (Results 1 – 1 of 1) sorted by relevance
1371 bool isTryBody = (Body && isa<CXXTryStmt>(Body)); in EmitDestructorBody() local1372 if (isTryBody) in EmitDestructorBody()1397 if (!isTryBody) { in EmitDestructorBody()1417 if (isTryBody) in EmitDestructorBody()1436 if (isTryBody) in EmitDestructorBody()