Home | History | Annotate | Download | only in Sema

Lines Matching refs:Finally

402     } else if (SEHFinallyStmt *Finally = TS->getFinallyHandler()) {
407 Finally->getSourceRange().getBegin()));
408 BuildScopeInformation(Finally->getBlock(), NewParentScope);
440 // Jump from the catch to the finally or try is not valid.
452 // Jump from the finally to the try or catch is not valid.