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