Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DScope.cpp195 } else if (Flags & SEHExceptScope) { in dumpImpl()
197 Flags &= ~SEHExceptScope; in dumpImpl()
DSemaChecking.cpp995 if (SemaBuiltinSEHScopeCheck(*this, TheCall, Scope::SEHExceptScope, in CheckBuiltinFunctionCall()
/external/clang/include/clang/Sema/
DScope.h123 SEHExceptScope = 0x100000, enumerator
430 bool isSEHExceptScope() const { return getFlags() & Scope::SEHExceptScope; } in isSEHExceptScope()
/external/clang/lib/Parse/
DParseStmt.cpp485 Scope::SEHExceptScope); in ParseSEHExceptBlock()