Home
last modified time | relevance | path

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

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