Home | History | Annotate | Download | only in Sema

Lines Matching refs:getSubStmt

754         if (SW && SW->getSubStmt() == B.getLabel() && P->begin() == P->end())
758 if (L && L->getSubStmt() == B.getLabel() && P->begin() == P->end())
847 if (!isa<SwitchCase>(SW->getSubStmt()))
848 return SW->getSubStmt();