Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h223 unsigned ShowCheckerOptionDeveloperList : 1; variable
291 ShowCheckerOptionDeveloperList(false), ShowEnabledCheckerList(false), in AnalyzerOptions()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp225 if (AnOpts.ShowCheckerOptionDeveloperList) in printCheckerOptionList()
/freebsd-14.2/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp247 AnOpts.ShowCheckerOptionDeveloperList) { in ExecuteCompilerInvocation()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6716 MarshallingInfoFlag<AnalyzerOpts<"ShowCheckerOptionDeveloperList">>;