Searched refs:isSEHExceptScope (Results 1 – 2 of 2) sorted by relevance
427 bool isSEHExceptScope() const { return getFlags() & Scope::SEHExceptScope; } in isSEHExceptScope() function
215 while (S && !S->isSEHExceptScope()) in SemaBuiltinSEHScopeCheck()