Searched refs:printCheckerConfigList (Results 1 – 3 of 3) sorted by relevance
25 void printCheckerConfigList(llvm::raw_ostream &OS, CompilerInstance &CI);
50 void ento::printCheckerConfigList(raw_ostream &out, CompilerInstance &CI) { in printCheckerConfigList() function in ento
254 ento::printCheckerConfigList(llvm::outs(), *Clang); in ExecuteCompilerInvocation()