Home | History | Annotate | Download | only in AST

Lines Matching full:elseif

216     } else if (IfStmt *ElseIf = dyn_cast<IfStmt>(Else)) {
218 PrintRawIfStmt(ElseIf);