Home
last modified time | relevance | path

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

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