Searched refs:isSEHTryScope (Results 1 – 5 of 5) sorted by relevance
575 bool isSEHTryScope() const { return getFlags() & Scope::SEHTryScope; } in isSEHTryScope() function
2290 if (!isSEHTryScope()) { in EmitSEHLeaveStmt()
839 bool isSEHTryScope() const { return !SEHTryEpilogueStack.empty(); }
5628 if (isSEHTryScope()) { in EmitCall()
4366 while (SEHTryParent && !SEHTryParent->isSEHTryScope()) in ActOnSEHLeaveStmt()