Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h224 unsigned ShowCheckerOptionAlphaList : 1; variable
290 ShowCheckerOptionList(false), ShowCheckerOptionAlphaList(false), in AnalyzerOptions()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp232 if (AnOpts.ShowCheckerOptionAlphaList) in printCheckerOptionList()
/llvm-project-15.0.7/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp240 if (AnOpts.ShowCheckerOptionList || AnOpts.ShowCheckerOptionAlphaList || in ExecuteCompilerInvocation()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5203 MarshallingInfoFlag<AnalyzerOpts<"ShowCheckerOptionAlphaList">>;