Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h237 unsigned ShowCheckerOptionAlphaList : 1; variable
304 ShowCheckerOptionList(false), ShowCheckerOptionAlphaList(false), in AnalyzerOptions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp232 if (AnOpts.ShowCheckerOptionAlphaList) in printCheckerOptionList()
/netbsd-src/external/apache2/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp252 if (AnOpts.ShowCheckerOptionList || AnOpts.ShowCheckerOptionAlphaList || in ExecuteCompilerInvocation()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td4704 MarshallingInfoFlag<AnalyzerOpts<"ShowCheckerOptionAlphaList">>;