Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h124 SEHExceptScope = 0x100000, enumerator
511 bool isSEHExceptScope() const { return getFlags() & Scope::SEHExceptScope; } in isSEHExceptScope()
/llvm-project-15.0.7/clang/lib/Sema/
H A DScope.cpp218 {SEHExceptScope, "SEHExceptScope"}, in dumpImpl()
H A DSemaChecking.cpp2378 if (SemaBuiltinSEHScopeCheck(*this, TheCall, Scope::SEHExceptScope, in CheckBuiltinFunctionCall()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp593 Scope::SEHExceptScope); in ParseSEHExceptBlock()