Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h221 unsigned ShowCheckerOptionList : 1; variable
290 ShowCheckerOptionList(false), ShowCheckerOptionAlphaList(false), in AnalyzerOptions()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp238 if (AnOpts.ShowCheckerOptionList) in printCheckerOptionList()
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp246 if (AnOpts.ShowCheckerOptionList || AnOpts.ShowCheckerOptionAlphaList || in ExecuteCompilerInvocation()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6705 MarshallingInfoFlag<AnalyzerOpts<"ShowCheckerOptionList">>;