Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h236 unsigned ShowCheckerOptionList : 1; variable
305 ShowCheckerOptionList(false), ShowCheckerOptionAlphaList(false), in AnalyzerOptions()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCheckerRegistryData.cpp238 if (AnOpts.ShowCheckerOptionList) in printCheckerOptionList()
/external/llvm-project/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp252 if (AnOpts.ShowCheckerOptionList || AnOpts.ShowCheckerOptionAlphaList || in ExecuteCompilerInvocation()
/external/llvm-project/clang/include/clang/Driver/
DOptions.td3833 MarshallingInfoFlag<"AnalyzerOpts->ShowCheckerOptionList">;