Searched refs:printCheckerHelp (Results 1 – 3 of 3) sorted by relevance
22 void printCheckerHelp(llvm::raw_ostream &OS, CompilerInstance &CI);
28 void ento::printCheckerHelp(raw_ostream &out, CompilerInstance &CI) { in printCheckerHelp() function in ento
233 ento::printCheckerHelp(llvm::outs(), *Clang); in ExecuteCompilerInvocation()