Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
HDAnalyzerOptions.h221 unsigned ShowCheckerOptionList : 1; variable
291 ShowCheckerOptionList(false), ShowCheckerOptionAlphaList(false), in AnalyzerOptions()
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCheckerRegistryData.cpp238 if (AnOpts.ShowCheckerOptionList) in printCheckerOptionList()
/freebsd-head/contrib/llvm-project/clang/lib/FrontendTool/
HDExecuteCompilerInvocation.cpp254 if (AnOpts.ShowCheckerOptionList || AnOpts.ShowCheckerOptionAlphaList || in ExecuteCompilerInvocation()
/freebsd-head/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td7003 MarshallingInfoFlag<AnalyzerOpts<"ShowCheckerOptionList">>;