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