Home
last modified time | relevance | path

Searched refs:printCheckerHelp (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Frontend/
H A DAnalyzerHelpFlags.h22 void printCheckerHelp(llvm::raw_ostream &OS, CompilerInstance &CI);
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalyzerHelpFlags.cpp28 void ento::printCheckerHelp(raw_ostream &out, CompilerInstance &CI) { in printCheckerHelp() function in ento
/netbsd-src/external/apache2/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp247 ento::printCheckerHelp(llvm::outs(), *Clang); in ExecuteCompilerInvocation()