Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DAvoidConstParamsInDecls.h20 class AvoidConstParamsInDecls : public ClangTidyCheck {
22 AvoidConstParamsInDecls(StringRef Name, ClangTidyContext *Context) in AvoidConstParamsInDecls() function
H A DAvoidConstParamsInDecls.cpp30 void AvoidConstParamsInDecls::registerMatchers(MatchFinder *Finder) { in registerMatchers()
40 void AvoidConstParamsInDecls::check(const MatchFinder::MatchResult &Result) { in check()
H A DCMakeLists.txt7 AvoidConstParamsInDecls.cpp
H A DReadabilityTidyModule.cpp62 CheckFactories.registerCheck<AvoidConstParamsInDecls>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
H A DBUILD.gn15 "AvoidConstParamsInDecls.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1242 clang-tools-extra/clang-tidy/readability/AvoidConstParamsInDecls.h