Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h240 unsigned ShowEnabledCheckerList : 1; variable
306 ShowCheckerOptionDeveloperList(false), ShowEnabledCheckerList(false), in AnalyzerOptions()
/external/llvm-project/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp259 if (AnOpts.ShowEnabledCheckerList) { in ExecuteCompilerInvocation()
/external/llvm-project/clang/include/clang/Driver/
DOptions.td3826 MarshallingInfoFlag<"AnalyzerOpts->ShowEnabledCheckerList">;