Searched refs:AtCatchParent (Results 1 – 1 of 1) sorted by relevance
277 Scope *AtCatchParent = CurScope; in ActOnObjCAtThrowStmt() local278 while (AtCatchParent && !AtCatchParent->isAtCatchScope()) in ActOnObjCAtThrowStmt()279 AtCatchParent = AtCatchParent->getParent(); in ActOnObjCAtThrowStmt()280 if (!AtCatchParent) in ActOnObjCAtThrowStmt()