Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DMakeMemberFunctionConstCheck.h22 class MakeMemberFunctionConstCheck : public ClangTidyCheck {
24 MakeMemberFunctionConstCheck(StringRef Name, ClangTidyContext *Context) in MakeMemberFunctionConstCheck() function
H A DMakeMemberFunctionConstCheck.cpp219 void MakeMemberFunctionConstCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
254 void MakeMemberFunctionConstCheck::check( in check()
H A DCMakeLists.txt25 MakeMemberFunctionConstCheck.cpp
H A DReadabilityTidyModule.cpp98 CheckFactories.registerCheck<MakeMemberFunctionConstCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
H A DBUILD.gn33 "MakeMemberFunctionConstCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1272 clang-tools-extra/clang-tidy/readability/MakeMemberFunctionConstCheck.cpp
1273 clang-tools-extra/clang-tidy/readability/MakeMemberFunctionConstCheck.h