Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h238 unsigned ShowCheckerOptionDeveloperList : 1; variable
305 ShowCheckerOptionDeveloperList(false), ShowEnabledCheckerList(false), in AnalyzerOptions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp225 if (AnOpts.ShowCheckerOptionDeveloperList) in printCheckerOptionList()
/netbsd-src/external/apache2/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp253 AnOpts.ShowCheckerOptionDeveloperList) { in ExecuteCompilerInvocation()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td4709 MarshallingInfoFlag<AnalyzerOpts<"ShowCheckerOptionDeveloperList">>;