Searched refs:SimplifySubscriptExprCheck (Results 1 – 5 of 5) sorted by relevance
22 SimplifySubscriptExprCheck::SimplifySubscriptExprCheck( in SimplifySubscriptExprCheck() function in clang::tidy::readability::SimplifySubscriptExprCheck28 void SimplifySubscriptExprCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()45 void SimplifySubscriptExprCheck::check(const MatchFinder::MatchResult &Result) { in check()63 void SimplifySubscriptExprCheck::storeOptions( in storeOptions()
20 class SimplifySubscriptExprCheck : public ClangTidyCheck {22 SimplifySubscriptExprCheck(StringRef Name, ClangTidyContext *Context);
52 SimplifySubscriptExprCheck.cpp
141 CheckFactories.registerCheck<SimplifySubscriptExprCheck>( in addCheckFactories()
60 "SimplifySubscriptExprCheck.cpp",