Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h222 unsigned ShowCheckerOptionAlphaList : 1; variable
291 ShowCheckerOptionList(false), ShowCheckerOptionAlphaList(false), in AnalyzerOptions()
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp254 if (AnOpts.ShowCheckerOptionList || AnOpts.ShowCheckerOptionAlphaList || in ExecuteCompilerInvocation()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7009 MarshallingInfoFlag<AnalyzerOpts<"ShowCheckerOptionAlphaList">>;