Home
last modified time | relevance | path

Searched refs:isSEHTryScope (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h575 bool isSEHTryScope() const { return getFlags() & Scope::SEHTryScope; } in isSEHTryScope() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp2290 if (!isSEHTryScope()) { in EmitSEHLeaveStmt()
H A DCodeGenFunction.h839 bool isSEHTryScope() const { return !SEHTryEpilogueStack.empty(); }
H A DCGCall.cpp5628 if (isSEHTryScope()) { in EmitCall()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4366 while (SEHTryParent && !SEHTryParent->isSEHTryScope()) in ActOnSEHLeaveStmt()