Home | History | Annotate | Download | only in Sema

Lines Matching refs:SubStmt

867   for (const Stmt *SubStmt : E->children()) {
868 R = mergeCanThrow(R, S.canThrow(cast<Expr>(SubStmt)));