Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h237 unsigned ShowCheckerOptionAlphaList : 1; variable
305 ShowCheckerOptionList(false), ShowCheckerOptionAlphaList(false), in AnalyzerOptions()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCheckerRegistryData.cpp232 if (AnOpts.ShowCheckerOptionAlphaList) 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.td3839 MarshallingInfoFlag<"AnalyzerOpts->ShowCheckerOptionAlphaList">;