Searched refs:AtCatchParent (Results 1 – 2 of 2) sorted by relevance
3467 Scope *AtCatchParent = CurScope; in ActOnObjCAtThrowStmt() local3468 while (AtCatchParent && !AtCatchParent->isAtCatchScope()) in ActOnObjCAtThrowStmt()3469 AtCatchParent = AtCatchParent->getParent(); in ActOnObjCAtThrowStmt()3470 if (!AtCatchParent) in ActOnObjCAtThrowStmt()
3964 Scope *AtCatchParent = CurScope; in ActOnObjCAtThrowStmt() local3965 while (AtCatchParent && !AtCatchParent->isAtCatchScope()) in ActOnObjCAtThrowStmt()3966 AtCatchParent = AtCatchParent->getParent(); in ActOnObjCAtThrowStmt()3967 if (!AtCatchParent) in ActOnObjCAtThrowStmt()