Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h125 SEHExceptScope = 0x100000, enumerator
525 bool isSEHExceptScope() const { return getFlags() & Scope::SEHExceptScope; } in isSEHExceptScope()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp223 {SEHExceptScope, "SEHExceptScope"}, in dumpImpl()
H A DSemaChecking.cpp2553 if (SemaBuiltinSEHScopeCheck(*this, TheCall, Scope::SEHExceptScope, in CheckBuiltinFunctionCall()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp636 Scope::SEHExceptScope); in ParseSEHExceptBlock()