Searched refs:HasCatchAll (Results 1 – 3 of 3) sorted by relevance
1209 bool HasCatchAll = false; in ExitCXXTryStmt() local1211 HasCatchAll |= Handlers[I - 1].isCatchAll(); in ExitCXXTryStmt()1260 if (EHPersonality::get(*this).isWasmPersonality() && !HasCatchAll) { in ExitCXXTryStmt()
3329 bool HasCatchAll = false; in VisitCXXTryStmt() local3335 HasCatchAll = true; in VisitCXXTryStmt()3345 if (!HasCatchAll) { in VisitCXXTryStmt()
4303 bool HasCatchAll = false; in VisitCXXTryStmt() local4309 HasCatchAll = true; in VisitCXXTryStmt()4319 if (!HasCatchAll) { in VisitCXXTryStmt()