Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h223 unsigned ShowCheckerOptionDeveloperList : 1; variable
289 ShowCheckerOptionDeveloperList(false), ShowEnabledCheckerList(false), in AnalyzerOptions()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DCheckerRegistryData.cpp225 if (AnOpts.ShowCheckerOptionDeveloperList) in printCheckerOptionList()
/openbsd/src/gnu/llvm/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp239 AnOpts.ShowCheckerOptionDeveloperList) { in ExecuteCompilerInvocation()
/openbsd/src/gnu/llvm/clang/include/clang/Driver/
DOptions.td5356 MarshallingInfoFlag<AnalyzerOpts<"ShowCheckerOptionDeveloperList">>;