Searched refs:PostfixOperatorCheck (Results 1 – 5 of 5) sorted by relevance
23 class PostfixOperatorCheck : public ClangTidyCheck {25 PostfixOperatorCheck(StringRef Name, ClangTidyContext *Context) in PostfixOperatorCheck() function
20 void PostfixOperatorCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()27 void PostfixOperatorCheck::check(const MatchFinder::MatchResult &Result) { in check()
15 PostfixOperatorCheck.cpp
52 CheckFactories.registerCheck<PostfixOperatorCheck>( in addCheckFactories()
26 "PostfixOperatorCheck.cpp",