Searched refs:HasCatchAll (Results 1 – 2 of 2) sorted by relevance
1246 bool HasCatchAll = false; in ExitCXXTryStmt() local1248 HasCatchAll |= Handlers[I - 1].isCatchAll(); in ExitCXXTryStmt()1297 if (EHPersonality::get(*this).isWasmPersonality() && !HasCatchAll) { in ExitCXXTryStmt()
4019 bool HasCatchAll = false; in VisitObjCAtTryStmt() local4024 HasCatchAll = true; in VisitObjCAtTryStmt()4036 if (!HasCatchAll) { in VisitObjCAtTryStmt()4522 bool HasCatchAll = false; in VisitCXXTryStmt() local4528 HasCatchAll = true; in VisitCXXTryStmt()4538 if (!HasCatchAll) { in VisitCXXTryStmt()