Home
last modified time | relevance | path

Searched refs:printCheckerHelp (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/
H A DFrontendActions.h55 void printCheckerHelp(raw_ostream &OS, ArrayRef<std::string> plugins,
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistration.cpp49 void ento::printCheckerHelp(raw_ostream &out, ArrayRef<std::string> plugins, in printCheckerHelp() function in ento
/freebsd-12.1/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp241 ento::printCheckerHelp(llvm::outs(), Clang->getFrontendOpts().Plugins, in ExecuteCompilerInvocation()