Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Sema/
HDScope.h575 bool isSEHTryScope() const { return getFlags() & Scope::SEHTryScope; } in isSEHTryScope() function
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGException.cpp2290 if (!isSEHTryScope()) { in EmitSEHLeaveStmt()
HDCodeGenFunction.h839 bool isSEHTryScope() const { return !SEHTryEpilogueStack.empty(); }
HDCGCall.cpp5628 if (isSEHTryScope()) { in EmitCall()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp4366 while (SEHTryParent && !SEHTryParent->isSEHTryScope()) in ActOnSEHLeaveStmt()