Home
last modified time | relevance | path

Searched refs:SimplifySubscriptExprCheck (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSimplifySubscriptExprCheck.cpp23 SimplifySubscriptExprCheck::SimplifySubscriptExprCheck( in SimplifySubscriptExprCheck() function in clang::tidy::readability::SimplifySubscriptExprCheck
29 void SimplifySubscriptExprCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
46 void SimplifySubscriptExprCheck::check(const MatchFinder::MatchResult &Result) { in check()
64 void SimplifySubscriptExprCheck::storeOptions( in storeOptions()
H A DSimplifySubscriptExprCheck.h22 class SimplifySubscriptExprCheck : public ClangTidyCheck {
24 SimplifySubscriptExprCheck(StringRef Name, ClangTidyContext *Context);
H A DCMakeLists.txt43 SimplifySubscriptExprCheck.cpp
H A DReadabilityTidyModule.cpp114 CheckFactories.registerCheck<SimplifySubscriptExprCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
H A DBUILD.gn51 "SimplifySubscriptExprCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1303 clang-tools-extra/clang-tidy/readability/SimplifySubscriptExprCheck.cpp