Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DScope.h479 bool isSEHExceptScope() const { return getFlags() & Scope::SEHExceptScope; } in isSEHExceptScope() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaChecking.cpp789 while (S && !S->isSEHExceptScope()) in SemaBuiltinSEHScopeCheck()