Searched refs:printEnabledCheckerList (Results 1 – 5 of 5) sorted by relevance
40 void ento::printEnabledCheckerList(raw_ostream &out, CompilerInstance &CI) { in printEnabledCheckerList() function in ento47 CheckerMgr->getCheckerRegistryData().printEnabledCheckerList(out); in printEnabledCheckerList()
23 void printEnabledCheckerList(llvm::raw_ostream &OS, CompilerInstance &CI);
173 void CheckerRegistryData::printEnabledCheckerList(raw_ostream &Out) const { in printEnabledCheckerList() function in CheckerRegistryData
218 void printEnabledCheckerList(raw_ostream &Out) const;
260 ento::printEnabledCheckerList(llvm::outs(), *Clang); in ExecuteCompilerInvocation()