Home | History | Annotate | Download | only in Sema

Lines Matching defs:SW

753         const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(P->getLabel());
754 if (SW && SW->getSubStmt() == B.getLabel() && P->begin() == P->end())
842 if (const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(B.getLabel()))
843 if (!isa<SwitchCase>(SW->getSubStmt()))
844 return SW->getSubStmt();