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