Searched refs:TooSmallLoopVariableCheck (Results 1 – 6 of 6) 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()146 void TooSmallLoopVariableCheck::check(const MatchFinder::MatchResult &Result) { in check()
30 class TooSmallLoopVariableCheck : public ClangTidyCheck {32 TooSmallLoopVariableCheck(StringRef Name, ClangTidyContext *Context);
62 TooSmallLoopVariableCheck.cpp
186 CheckFactories.registerCheck<TooSmallLoopVariableCheck>( in addCheckFactories()
74 "TooSmallLoopVariableCheck.cpp",
964 clang-tools-extra/clang-tidy/bugprone/TooSmallLoopVariableCheck.cpp965 clang-tools-extra/clang-tidy/bugprone/TooSmallLoopVariableCheck.h