Home
last modified time | relevance | path

Searched defs:isSEHTryScope (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
DScope.h427 bool isSEHTryScope() const { return getFlags() & Scope::SEHTryScope; } in isSEHTryScope() function
/external/llvm-project/clang/include/clang/Sema/
DScope.h459 bool isSEHTryScope() const { return getFlags() & Scope::SEHTryScope; } in isSEHTryScope() function
/external/clang/lib/CodeGen/
DCodeGenFunction.h395 bool isSEHTryScope() const { return !SEHTryEpilogueStack.empty(); } in isSEHTryScope() function