Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseTransparentFunctorsCheck.cpp19 UseTransparentFunctorsCheck::UseTransparentFunctorsCheck( in UseTransparentFunctorsCheck() function in clang::tidy::modernize::UseTransparentFunctorsCheck
23 void UseTransparentFunctorsCheck::storeOptions( in storeOptions()
28 void UseTransparentFunctorsCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
78 void UseTransparentFunctorsCheck::check( in check()
H A DUseTransparentFunctorsCheck.h22 class UseTransparentFunctorsCheck : public ClangTidyCheck {
24 UseTransparentFunctorsCheck(StringRef Name, ClangTidyContext *Context);
H A DCMakeLists.txt40 UseTransparentFunctorsCheck.cpp
H A DModernizeTidyModule.cpp98 CheckFactories.registerCheck<UseTransparentFunctorsCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/modernize/
H A DBUILD.gn49 "UseTransparentFunctorsCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1189 clang-tools-extra/clang-tidy/modernize/UseTransparentFunctorsCheck.cpp