Home
last modified time | relevance | path

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

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