Searched refs:InefficientAlgorithmCheck (Results 1 – 5 of 5) 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()63 void InefficientAlgorithmCheck::check(const MatchFinder::MatchResult &Result) { in check()
10 InefficientAlgorithmCheck.cpp
41 CheckFactories.registerCheck<InefficientAlgorithmCheck>( in addCheckFactories()
18 "InefficientAlgorithmCheck.cpp",