Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h222 unsigned ShowCheckerOptionAlphaList : 1; variable
290 ShowCheckerOptionList(false), ShowCheckerOptionAlphaList(false), in AnalyzerOptions()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp232 if (AnOpts.ShowCheckerOptionAlphaList) 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.td6711 MarshallingInfoFlag<AnalyzerOpts<"ShowCheckerOptionAlphaList">>;