Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h201 unsigned ShowEnabledCheckerList : 1; variable
264 ShowEnabledCheckerList(false), ShowConfigOptionsList(false), in AnalyzerOptions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp247 if (Clang->getAnalyzerOpts()->ShowEnabledCheckerList) { in ExecuteCompilerInvocation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp289 Opts.ShowEnabledCheckerList = Args.hasArg(OPT_analyzer_list_enabled_checkers); in ParseAnalyzerArgs()