Searched refs:isCatchScope (Results 1 – 2 of 2) sorted by relevance
475 bool isCatchScope() const { return getFlags() & Scope::CatchScope; } in isCatchScope() function
759 if (S->isCatchScope()) in isWithinCatchScope()