Searched defs:SwitchCaseVisitor (Results 1 – 1 of 1) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ | ||
H A D | BranchCloneCheck.cpp | 51 struct SwitchCaseVisitor : RecursiveASTVisitor<SwitchCaseVisitor> { in isFallthroughSwitchBranch() struct |