Home
last modified time | relevance | path

Searched defs:isSEHExceptScope (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DScope.h430 bool isSEHExceptScope() const { return getFlags() & Scope::SEHExceptScope; } in isSEHExceptScope() function
/external/llvm-project/clang/include/clang/Sema/
DScope.h462 bool isSEHExceptScope() const { return getFlags() & Scope::SEHExceptScope; } in isSEHExceptScope() function