Searched refs:switchCase (Results 1 – 4 of 4) sorted by relevance
841 if (auto *switchCase = dyn_cast<SwitchCase>(c)) { in emitSwitchBody() local847 emitSwitchCase(*switchCase, /*buildingTopLevelCase=*/true))) in emitSwitchBody()
574 REGISTER_MATCHER(switchCase); in RegistryMaps()
946 const internal::VariadicDynCastAllOfMatcher<Stmt, SwitchCase> switchCase; variable
2387 extern const internal::VariadicDynCastAllOfMatcher<Stmt, SwitchCase> switchCase;