Home
last modified time | relevance | path

Searched refs:FallthroughMapper (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1042 class FallthroughMapper : public RecursiveASTVisitor<FallthroughMapper> { class
1044 FallthroughMapper(Sema &S) in FallthroughMapper() function in __anondc78ae6b0811::FallthroughMapper
1256 FallthroughMapper FM(S); in DiagnoseSwitchLabelsFallthrough()