Searched refs:CommandProcessorCheck (Results 1 – 5 of 5) sorted by relevance
23 class CommandProcessorCheck : public ClangTidyCheck {25 CommandProcessorCheck(StringRef Name, ClangTidyContext *Context) in CommandProcessorCheck() function
17 void CommandProcessorCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()32 void CommandProcessorCheck::check(const MatchFinder::MatchResult &Result) { in check()
8 CommandProcessorCheck.cpp
32 #include "CommandProcessorCheck.h"298 CheckFactories.registerCheck<CommandProcessorCheck>("cert-env33-c"); in addCheckFactories()
19 "CommandProcessorCheck.cpp",