Searched refs:isSEHTryScope (Results 1 – 5 of 5) sorted by relevance
522 bool isSEHTryScope() const { return getFlags() & Scope::SEHTryScope; } in isSEHTryScope() function
2287 if (!isSEHTryScope()) { in EmitSEHLeaveStmt()
768 bool isSEHTryScope() const { return !SEHTryEpilogueStack.empty(); }
5570 if (isSEHTryScope()) { in EmitCall()
4664 while (SEHTryParent && !SEHTryParent->isSEHTryScope()) in ActOnSEHLeaveStmt()