Searched refs:doImplicitRethrow (Results 1 – 2 of 2) sorted by relevance
1034 bool doImplicitRethrow = false; in ExitCXXTryStmt() local1036 doImplicitRethrow = isa<CXXDestructorDecl>(CurCodeDecl) || in ExitCXXTryStmt()1077 if (doImplicitRethrow && HaveInsertPoint()) { in ExitCXXTryStmt()
1181 bool doImplicitRethrow = false; in ExitCXXTryStmt() local1183 doImplicitRethrow = isa<CXXDestructorDecl>(CurCodeDecl) || in ExitCXXTryStmt()1242 if (doImplicitRethrow && HaveInsertPoint()) { in ExitCXXTryStmt()