Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScope.h476 bool isSEHTryScope() const { return getFlags() & Scope::SEHTryScope; } in isSEHTryScope() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp2271 if (!isSEHTryScope()) { in EmitSEHLeaveStmt()
H A DCodeGenFunction.h721 bool isSEHTryScope() const { return !SEHTryEpilogueStack.empty(); }
H A DCGCall.cpp5186 if (isSEHTryScope()) { in EmitCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp4587 while (SEHTryParent && !SEHTryParent->isSEHTryScope()) in ActOnSEHLeaveStmt()