Searched refs:AtCatchParent (Results 1 – 1 of 1) sorted by relevance
273 Scope *AtCatchParent = CurScope; in ActOnObjCAtThrowStmt() local274 while (AtCatchParent && !AtCatchParent->isAtCatchScope()) in ActOnObjCAtThrowStmt()275 AtCatchParent = AtCatchParent->getParent(); in ActOnObjCAtThrowStmt()276 if (!AtCatchParent) in ActOnObjCAtThrowStmt()