Home | History | Annotate | Download | only in CodeGen

Lines Matching full:innermostscope

365   EHScopeStack::stable_iterator innermostScope
374 assert(innermostScope.encloses(dest.getScopeDepth()));
375 dest.setScopeDepth(innermostScope);
379 if (innermostScope != EHScopeStack::stable_end() && ParentScope) {