Searched refs:UseTransparentFunctorsCheck (Results 1 – 5 of 5) sorted by relevance
17 UseTransparentFunctorsCheck::UseTransparentFunctorsCheck( in UseTransparentFunctorsCheck() function in clang::tidy::modernize::UseTransparentFunctorsCheck21 void UseTransparentFunctorsCheck::storeOptions( in storeOptions()26 void UseTransparentFunctorsCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()76 void UseTransparentFunctorsCheck::check( in check()
20 class UseTransparentFunctorsCheck : public ClangTidyCheck {22 UseTransparentFunctorsCheck(StringRef Name, ClangTidyContext *Context);
50 UseTransparentFunctorsCheck.cpp
51 #include "UseTransparentFunctorsCheck.h"123 CheckFactories.registerCheck<UseTransparentFunctorsCheck>( in addCheckFactories()
59 "UseTransparentFunctorsCheck.cpp",