Searched refs:isTryBody (Results 1 – 1 of 1) sorted by relevance
1258 bool isTryBody = (Body && isa<CXXTryStmt>(Body)); in EmitDestructorBody() local1259 if (isTryBody) in EmitDestructorBody()1280 if (!isTryBody) { in EmitDestructorBody()1297 if (isTryBody) in EmitDestructorBody()1316 if (isTryBody) in EmitDestructorBody()