Home
last modified time | relevance | path

Searched refs:ShowCheckerHelp (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h219 unsigned ShowCheckerHelp : 1; variable
288 : DisableAllCheckers(false), ShowCheckerHelp(false), in AnalyzerOptions()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp168 if (AnOpts.ShowCheckerHelp) in printCheckerWithDescList()
/llvm-project-15.0.7/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp233 if (AnOpts.ShowCheckerHelp || AnOpts.ShowCheckerHelpAlpha || in ExecuteCompilerInvocation()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5170 MarshallingInfoFlag<AnalyzerOpts<"ShowCheckerHelp">>;