Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DScope.h520 bool isSEHExceptScope() const { return getFlags() & Scope::SEHExceptScope; } in isSEHExceptScope() function
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaChecking.cpp1357 while (S && !S->isSEHExceptScope()) in SemaBuiltinSEHScopeCheck()