Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DMakeMemberFunctionConstCheck.h20 class MakeMemberFunctionConstCheck : public ClangTidyCheck {
22 MakeMemberFunctionConstCheck(StringRef Name, ClangTidyContext *Context) in MakeMemberFunctionConstCheck() function
H A DMakeMemberFunctionConstCheck.cpp217 void MakeMemberFunctionConstCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
251 void MakeMemberFunctionConstCheck::check( in check()
H A DCMakeLists.txt30 MakeMemberFunctionConstCheck.cpp
H A DReadabilityTidyModule.cpp119 CheckFactories.registerCheck<MakeMemberFunctionConstCheck>( in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
H A DBUILD.gn37 "MakeMemberFunctionConstCheck.cpp",