Searched refs:isSEHTryScope (Results 1 – 5 of 5) sorted by relevance
476 bool isSEHTryScope() const { return getFlags() & Scope::SEHTryScope; } in isSEHTryScope() function
2271 if (!isSEHTryScope()) { in EmitSEHLeaveStmt()
721 bool isSEHTryScope() const { return !SEHTryEpilogueStack.empty(); }
5186 if (isSEHTryScope()) { in EmitCall()
4587 while (SEHTryParent && !SEHTryParent->isSEHTryScope()) in ActOnSEHLeaveStmt()