Searched refs:HasCatchAll (Results 1 – 2 of 2) sorted by relevance
1240 bool HasCatchAll = false; in ExitCXXTryStmt() local1242 HasCatchAll |= Handlers[I - 1].isCatchAll(); in ExitCXXTryStmt()1291 if (EHPersonality::get(*this).isWasmPersonality() && !HasCatchAll) { in ExitCXXTryStmt()
4303 bool HasCatchAll = false; in VisitCXXTryStmt() local4309 HasCatchAll = true; in VisitCXXTryStmt()4319 if (!HasCatchAll) { in VisitCXXTryStmt()