Searched refs:IsEHCleanup (Results 1 – 2 of 2) sorted by relevance
70 unsigned IsEHCleanup : 1; variable295 CleanupBits.IsEHCleanup = isEH; in EHCleanupScope()315 bool isEHCleanup() const { return CleanupBits.IsEHCleanup; } in isEHCleanup()
184 bool IsEHCleanup = Kind & EHCleanup; in pushCleanup() local193 IsEHCleanup = false; in pushCleanup()197 IsEHCleanup, in pushCleanup()204 if (IsEHCleanup) in pushCleanup()210 if (CGF->getLangOpts().EHAsynch && IsEHCleanup && !IsLifetimeMarker && in pushCleanup()