Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h240 unsigned ShowEnabledCheckerList : 1; variable
305 ShowCheckerOptionDeveloperList(false), ShowEnabledCheckerList(false), in AnalyzerOptions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp259 if (AnOpts.ShowEnabledCheckerList) { in ExecuteCompilerInvocation()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td4691 MarshallingInfoFlag<AnalyzerOpts<"ShowEnabledCheckerList">>;