Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DBranchCloneCheck.cpp32 using SwitchBranch = llvm::SmallVector<const Stmt *, 2>; typedef
38 static bool areSwitchBranchesIdentical(const SwitchBranch LHS, in areSwitchBranchesIdentical()
39 const SwitchBranch RHS, in areSwitchBranchesIdentical()
177 llvm::SmallVector<SwitchBranch, 4> Branches; in check()