Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseTransparentFunctorsCheck.cpp17 UseTransparentFunctorsCheck::UseTransparentFunctorsCheck( in UseTransparentFunctorsCheck() function in clang::tidy::modernize::UseTransparentFunctorsCheck
21 void UseTransparentFunctorsCheck::storeOptions( in storeOptions()
26 void UseTransparentFunctorsCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
76 void UseTransparentFunctorsCheck::check( in check()
H A DUseTransparentFunctorsCheck.h20 class UseTransparentFunctorsCheck : public ClangTidyCheck {
22 UseTransparentFunctorsCheck(StringRef Name, ClangTidyContext *Context);
H A DCMakeLists.txt50 UseTransparentFunctorsCheck.cpp
H A DModernizeTidyModule.cpp51 #include "UseTransparentFunctorsCheck.h"
123 CheckFactories.registerCheck<UseTransparentFunctorsCheck>( in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/modernize/
H A DBUILD.gn59 "UseTransparentFunctorsCheck.cpp",