Searched refs:isSEHTryScope (Results 1 – 5 of 5) sorted by relevance
427 bool isSEHTryScope() const { return getFlags() & Scope::SEHTryScope; } in isSEHTryScope() function
1893 if (!isSEHTryScope()) { in EmitSEHLeaveStmt()
395 bool isSEHTryScope() const { return !SEHTryEpilogueStack.empty(); } in isSEHTryScope() function
3952 if (isSEHTryScope()) in EmitCall()
3796 while (SEHTryParent && !SEHTryParent->isSEHTryScope()) in ActOnSEHLeaveStmt()