Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h508 bool isSEHTryScope() const { return getFlags() & Scope::SEHTryScope; } in isSEHTryScope() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp2278 if (!isSEHTryScope()) { in EmitSEHLeaveStmt()
H A DCodeGenFunction.h759 bool isSEHTryScope() const { return !SEHTryEpilogueStack.empty(); }
H A DCGCall.cpp5290 if (isSEHTryScope()) { in EmitCall()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp4610 while (SEHTryParent && !SEHTryParent->isSEHTryScope()) in ActOnSEHLeaveStmt()