Home
last modified time | relevance | path

Searched refs:PostfixOperatorCheck (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cert/
H A DPostfixOperatorCheck.h23 class PostfixOperatorCheck : public ClangTidyCheck {
25 PostfixOperatorCheck(StringRef Name, ClangTidyContext *Context) in PostfixOperatorCheck() function
H A DPostfixOperatorCheck.cpp20 void PostfixOperatorCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
27 void PostfixOperatorCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DCMakeLists.txt15 PostfixOperatorCheck.cpp
H A DCERTTidyModule.cpp242 CheckFactories.registerCheck<PostfixOperatorCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cert/
H A DBUILD.gn26 "PostfixOperatorCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt994 clang-tools-extra/clang-tidy/cert/PostfixOperatorCheck.cpp
995 clang-tools-extra/clang-tidy/cert/PostfixOperatorCheck.h