Searched refs:AtCatchParent (Results 1 – 1 of 1) sorted by relevance
2455 Scope *AtCatchParent = CurScope; in ActOnObjCAtThrowStmt() local2456 while (AtCatchParent && !AtCatchParent->isAtCatchScope()) in ActOnObjCAtThrowStmt()2457 AtCatchParent = AtCatchParent->getParent(); in ActOnObjCAtThrowStmt()2458 if (!AtCatchParent) in ActOnObjCAtThrowStmt()