Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h225 unsigned ShowEnabledCheckerList : 1; variable
289 ShowCheckerOptionDeveloperList(false), ShowEnabledCheckerList(false), in AnalyzerOptions()
/openbsd/gnu/llvm/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp245 if (AnOpts.ShowEnabledCheckerList) { in ExecuteCompilerInvocation()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5338 MarshallingInfoFlag<AnalyzerOpts<"ShowEnabledCheckerList">>;