Searched refs:InefficientAlgorithmCheck (Results 1 – 6 of 6) sorted by relevance
23 class InefficientAlgorithmCheck : public ClangTidyCheck {25 InefficientAlgorithmCheck(StringRef Name, ClangTidyContext *Context) in InefficientAlgorithmCheck() function
29 void InefficientAlgorithmCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()60 void InefficientAlgorithmCheck::check(const MatchFinder::MatchResult &Result) { in check()
10 InefficientAlgorithmCheck.cpp
41 CheckFactories.registerCheck<InefficientAlgorithmCheck>( in addCheckFactories()
18 "InefficientAlgorithmCheck.cpp",
1216 clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.cpp1217 clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.h