Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/
DAnalyzerHelpFlags.h22 void printCheckerHelp(llvm::raw_ostream &OS, CompilerInstance &CI);
/external/clang/include/clang/StaticAnalyzer/Frontend/
DFrontendActions.h54 void printCheckerHelp(raw_ostream &OS, ArrayRef<std::string> plugins);
/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DAnalyzerHelpFlags.cpp28 void ento::printCheckerHelp(raw_ostream &out, CompilerInstance &CI) { in printCheckerHelp() function in ento
/external/clang/lib/StaticAnalyzer/Frontend/
DCheckerRegistration.cpp134 void ento::printCheckerHelp(raw_ostream &out, ArrayRef<std::string> plugins) { in printCheckerHelp() function in ento
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp229 ento::printCheckerHelp(llvm::outs(), Clang->getFrontendOpts().Plugins); in ExecuteCompilerInvocation()
/external/llvm-project/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp247 ento::printCheckerHelp(llvm::outs(), *Clang); in ExecuteCompilerInvocation()