Searched refs:printCheckerHelp (Results 1 – 3 of 3) sorted by relevance
29 void printCheckerHelp(raw_ostream &OS, ArrayRef<std::string> plugins);
129 void ento::printCheckerHelp(raw_ostream &out, ArrayRef<std::string> plugins) { in printCheckerHelp() function in ento
228 ento::printCheckerHelp(llvm::outs(), Clang->getFrontendOpts().Plugins); in ExecuteCompilerInvocation()