Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScope.h124 SEHExceptScope = 0x100000, enumerator
479 bool isSEHExceptScope() const { return getFlags() & Scope::SEHExceptScope; } in isSEHExceptScope()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScope.cpp166 {SEHExceptScope, "SEHExceptScope"}, in dumpImpl()
H A DSemaChecking.cpp1853 if (SemaBuiltinSEHScopeCheck(*this, TheCall, Scope::SEHExceptScope, in CheckBuiltinFunctionCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp540 Scope::SEHExceptScope); in ParseSEHExceptBlock()