Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h226 unsigned ShowConfigOptionsList : 1; variable
292 ShowConfigOptionsList(false), in AnalyzerOptions()
/freebsd-14.2/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp259 if (AnOpts.ShowConfigOptionsList) { in ExecuteCompilerInvocation()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6694 MarshallingInfoFlag<AnalyzerOpts<"ShowConfigOptionsList">>;