Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1070 class FallthroughMapper : public RecursiveASTVisitor<FallthroughMapper> { class
1072 FallthroughMapper(Sema &S) in FallthroughMapper() function in __anon9476153b0811::FallthroughMapper
1284 FallthroughMapper FM(S); in DiagnoseSwitchLabelsFallthrough()