Searched defs:SEHExceptScope (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DScope.h123 SEHExceptScope = 0x100000, enumerator in enum:clang::Scope::ScopeFlags
430 bool isSEHExceptScope() const { return getFlags() & Scope::SEHExceptScope; }

Completed in 38 milliseconds