Home
last modified time | relevance | path

Searched refs:isSEHExceptScope (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DScope.h427 bool isSEHExceptScope() const { return getFlags() & Scope::SEHExceptScope; } in isSEHExceptScope() function
/external/clang/lib/Sema/
DSemaChecking.cpp215 while (S && !S->isSEHExceptScope()) in SemaBuiltinSEHScopeCheck()