Home | History | Annotate | Download | only in Sema

Lines Matching full:atcatchparent

3095     Scope *AtCatchParent = CurScope;
3096 while (AtCatchParent && !AtCatchParent->isAtCatchScope())
3097 AtCatchParent = AtCatchParent->getParent();
3098 if (!AtCatchParent)