Home
last modified time | relevance | path

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

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