Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Frontend/
H A DAnalyzerHelpFlags.h22 void printCheckerHelp(llvm::raw_ostream &OS, CompilerInstance &CI);
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DAnalyzerHelpFlags.cpp28 void ento::printCheckerHelp(raw_ostream &out, CompilerInstance &CI) { in printCheckerHelp() function in ento
/openbsd/gnu/llvm/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp233 ento::printCheckerHelp(llvm::outs(), *Clang); in ExecuteCompilerInvocation()