Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DMakeMemberFunctionConstCheck.h22 class MakeMemberFunctionConstCheck : public ClangTidyCheck {
24 MakeMemberFunctionConstCheck(StringRef Name, ClangTidyContext *Context) in MakeMemberFunctionConstCheck() function
DMakeMemberFunctionConstCheck.cpp212 void MakeMemberFunctionConstCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
247 void MakeMemberFunctionConstCheck::check( in check()
DCMakeLists.txt22 MakeMemberFunctionConstCheck.cpp
DReadabilityTidyModule.cpp88 CheckFactories.registerCheck<MakeMemberFunctionConstCheck>( in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
DBUILD.gn30 "MakeMemberFunctionConstCheck.cpp",