Home
last modified time | relevance | path

Searched refs:SEHExceptScope (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h128 SEHExceptScope = 0x100000, enumerator
578 bool isSEHExceptScope() const { return getFlags() & Scope::SEHExceptScope; } in isSEHExceptScope()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp226 {SEHExceptScope, "SEHExceptScope"}, in dumpImpl()
H A DSemaChecking.cpp2481 if (BuiltinSEHScopeCheck(*this, TheCall, Scope::SEHExceptScope, in CheckBuiltinFunctionCall()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp648 Scope::SEHExceptScope); in ParseSEHExceptBlock()