Searched refs:printCheckerHelp (Results 1 – 7 of 7) sorted by relevance
22 void printCheckerHelp(llvm::raw_ostream &OS, CompilerInstance &CI);
54 void printCheckerHelp(raw_ostream &OS, ArrayRef<std::string> plugins);
134 void ento::printCheckerHelp(raw_ostream &out, ArrayRef<std::string> plugins) { in printCheckerHelp() function in ento
229 ento::printCheckerHelp(llvm::outs(), Clang->getFrontendOpts().Plugins); in ExecuteCompilerInvocation()