Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/cert/
H A DCommandProcessorCheck.h23 class CommandProcessorCheck : public ClangTidyCheck {
25 CommandProcessorCheck(StringRef Name, ClangTidyContext *Context) in CommandProcessorCheck() function
H A DCommandProcessorCheck.cpp17 void CommandProcessorCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
32 void CommandProcessorCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DCMakeLists.txt8 CommandProcessorCheck.cpp
H A DCERTTidyModule.cpp32 #include "CommandProcessorCheck.h"
298 CheckFactories.registerCheck<CommandProcessorCheck>("cert-env33-c"); in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cert/
H A DBUILD.gn19 "CommandProcessorCheck.cpp",