Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cert/
H A DCommandProcessorCheck.h25 class CommandProcessorCheck : public ClangTidyCheck {
27 CommandProcessorCheck(StringRef Name, ClangTidyContext *Context) in CommandProcessorCheck() function
H A DCommandProcessorCheck.cpp19 void CommandProcessorCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
34 void CommandProcessorCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DCMakeLists.txt8 CommandProcessorCheck.cpp
H A DCERTTidyModule.cpp289 CheckFactories.registerCheck<CommandProcessorCheck>("cert-env33-c"); in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cert/
H A DBUILD.gn19 "CommandProcessorCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt980 clang-tools-extra/clang-tidy/cert/CommandProcessorCheck.cpp
981 clang-tools-extra/clang-tidy/cert/CommandProcessorCheck.h