Home
last modified time | relevance | path

Searched refs:ShowEnabledCheckerList (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h227 unsigned ShowEnabledCheckerList : 1; variable
291 ShowCheckerOptionDeveloperList(false), ShowEnabledCheckerList(false), in AnalyzerOptions()
/llvm-project-15.0.7/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp247 if (AnOpts.ShowEnabledCheckerList) { in ExecuteCompilerInvocation()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5190 MarshallingInfoFlag<AnalyzerOpts<"ShowEnabledCheckerList">>;