Searched refs:PostfixOperatorCheck (Results 1 – 6 of 6) 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
242 CheckFactories.registerCheck<PostfixOperatorCheck>( in addCheckFactories()
26 "PostfixOperatorCheck.cpp",
994 clang-tools-extra/clang-tidy/cert/PostfixOperatorCheck.cpp995 clang-tools-extra/clang-tidy/cert/PostfixOperatorCheck.h