Home
last modified time | relevance | path

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

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