Home | History | Annotate | Download | only in AST

Lines Matching refs:ELSE

124     else if (auto CS = dyn_cast_or_null<CompoundStmt>(S)) {
128 } else
143 else if (const SwitchCase *SC = dyn_cast<SwitchCase>(S))
145 else if (const AttributedStmt *AS = dyn_cast<AttributedStmt>(S))
147 else
661 else if (Pieces[i].getModifier() == '\0')
663 else
775 SubExprs[ELSE] = elsev;