Searched refs:MakeMemberFunctionConstCheck (Results 1 – 6 of 6) sorted by relevance
22 class MakeMemberFunctionConstCheck : public ClangTidyCheck {24 MakeMemberFunctionConstCheck(StringRef Name, ClangTidyContext *Context) in MakeMemberFunctionConstCheck() function
219 void MakeMemberFunctionConstCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()254 void MakeMemberFunctionConstCheck::check( in check()
25 MakeMemberFunctionConstCheck.cpp
98 CheckFactories.registerCheck<MakeMemberFunctionConstCheck>( in addCheckFactories()
33 "MakeMemberFunctionConstCheck.cpp",
1272 clang-tools-extra/clang-tidy/readability/MakeMemberFunctionConstCheck.cpp1273 clang-tools-extra/clang-tidy/readability/MakeMemberFunctionConstCheck.h