Searched refs:AtCatchParent (Results 1 – 1 of 1) sorted by relevance
2185 Scope *AtCatchParent = CurScope; in ActOnObjCAtThrowStmt() local2186 while (AtCatchParent && !AtCatchParent->isAtCatchScope()) in ActOnObjCAtThrowStmt()2187 AtCatchParent = AtCatchParent->getParent(); in ActOnObjCAtThrowStmt()2188 if (!AtCatchParent) in ActOnObjCAtThrowStmt()