Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DNonConstParameterCheck.cpp19 void NonConstParameterCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
39 void NonConstParameterCheck::check(const MatchFinder::MatchResult &Result) { in check()
116 void NonConstParameterCheck::addParm(const ParmVarDecl *Parm) { in addParm()
133 void NonConstParameterCheck::setReferenced(const DeclRefExpr *Ref) { in setReferenced()
139 void NonConstParameterCheck::onEndOfTranslationUnit() { in onEndOfTranslationUnit()
143 void NonConstParameterCheck::diagnoseNonConstParameters() { in diagnoseNonConstParameters()
171 void NonConstParameterCheck::markCanNotBeConst(const Expr *E, in markCanNotBeConst()
H A DNonConstParameterCheck.h22 class NonConstParameterCheck : public ClangTidyCheck {
24 NonConstParameterCheck(StringRef Name, ClangTidyContext *Context) in NonConstParameterCheck() function
H A DCMakeLists.txt30 NonConstParameterCheck.cpp
H A DReadabilityTidyModule.cpp124 CheckFactories.registerCheck<NonConstParameterCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
H A DBUILD.gn38 "NonConstParameterCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1281 clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.cpp
1282 clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.h