Searched refs:BranchCloneCheck (Results 1 – 6 of 6) sorted by relevance
26 class BranchCloneCheck : public ClangTidyCheck {28 BranchCloneCheck(StringRef Name, ClangTidyContext *Context) in BranchCloneCheck() function
71 void BranchCloneCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()82 void BranchCloneCheck::check(const MatchFinder::MatchResult &Result) { in check()
12 BranchCloneCheck.cpp
94 CheckFactories.registerCheck<BranchCloneCheck>("bugprone-branch-clone"); in addCheckFactories()
24 "BranchCloneCheck.cpp",
882 clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.cpp883 clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.h