Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h218 unsigned ShowCheckerHelpAlpha : 1; variable
289 ShowCheckerHelpAlpha(false), ShowCheckerHelpDeveloper(false), in AnalyzerOptions()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp162 if (AnOpts.ShowCheckerHelpAlpha) in printCheckerWithDescList()
/freebsd-14.2/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp239 if (AnOpts.ShowCheckerHelp || AnOpts.ShowCheckerHelpAlpha || in ExecuteCompilerInvocation()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6684 MarshallingInfoFlag<AnalyzerOpts<"ShowCheckerHelpAlpha">>;