Searched refs:TooSmallLoopVariableCheck (Results 1 – 5 of 5) sorted by relevance
30 TooSmallLoopVariableCheck::TooSmallLoopVariableCheck(StringRef Name, in TooSmallLoopVariableCheck() function in clang::tidy::bugprone::TooSmallLoopVariableCheck35 void TooSmallLoopVariableCheck::storeOptions( in storeOptions()53 void TooSmallLoopVariableCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()147 void TooSmallLoopVariableCheck::check(const MatchFinder::MatchResult &Result) { in check()
30 class TooSmallLoopVariableCheck : public ClangTidyCheck {32 TooSmallLoopVariableCheck(StringRef Name, ClangTidyContext *Context);
55 TooSmallLoopVariableCheck.cpp
170 CheckFactories.registerCheck<TooSmallLoopVariableCheck>( in addCheckFactories()
65 "TooSmallLoopVariableCheck.cpp",