Searched refs:isSEHTryScope (Results 1 – 5 of 5) sorted by relevance
424 bool isSEHTryScope() const { return getFlags() & Scope::SEHTryScope; } in isSEHTryScope() function
1899 if (!isSEHTryScope()) { in EmitSEHLeaveStmt()
375 bool isSEHTryScope() const { return !SEHTryEpilogueStack.empty(); } in isSEHTryScope() function
3536 if (isSEHTryScope()) in EmitCall()
3728 while (SEHTryParent && !SEHTryParent->isSEHTryScope()) in ActOnSEHLeaveStmt()