Searched refs:FallthroughMapper (Results 1 – 1 of 1) sorted by relevance
1215 class FallthroughMapper : public DynamicRecursiveASTVisitor { class1217 FallthroughMapper(Sema &S) : FoundSwitchStatements(false), S(S) { in FallthroughMapper() function in __anon9476153b0811::FallthroughMapper1424 FallthroughMapper FM(S); in DiagnoseSwitchLabelsFallthrough()