Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScope.h427 bool isSEHTryScope() const { return getFlags() & Scope::SEHTryScope; } in isSEHTryScope() function
/external/clang/lib/CodeGen/
DCGException.cpp1893 if (!isSEHTryScope()) { in EmitSEHLeaveStmt()
DCodeGenFunction.h395 bool isSEHTryScope() const { return !SEHTryEpilogueStack.empty(); } in isSEHTryScope() function
DCGCall.cpp3952 if (isSEHTryScope()) in EmitCall()
/external/clang/lib/Sema/
DSemaStmt.cpp3796 while (SEHTryParent && !SEHTryParent->isSEHTryScope()) in ActOnSEHLeaveStmt()