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