Home
last modified time | relevance | path

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

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