Searched refs:UseTransparentFunctorsCheck (Results 1 – 6 of 6) sorted by relevance
19 UseTransparentFunctorsCheck::UseTransparentFunctorsCheck( in UseTransparentFunctorsCheck() function in clang::tidy::modernize::UseTransparentFunctorsCheck23 void UseTransparentFunctorsCheck::storeOptions( in storeOptions()28 void UseTransparentFunctorsCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()78 void UseTransparentFunctorsCheck::check( in check()
22 class UseTransparentFunctorsCheck : public ClangTidyCheck {24 UseTransparentFunctorsCheck(StringRef Name, ClangTidyContext *Context);
40 UseTransparentFunctorsCheck.cpp
98 CheckFactories.registerCheck<UseTransparentFunctorsCheck>( in addCheckFactories()
49 "UseTransparentFunctorsCheck.cpp",
1189 clang-tools-extra/clang-tidy/modernize/UseTransparentFunctorsCheck.cpp