Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h228 unsigned ShowConfigOptionsList : 1; variable
292 ShowConfigOptionsList(false), AnalyzeAll(false), in AnalyzerOptions()
/llvm-project-15.0.7/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp253 if (AnOpts.ShowConfigOptionsList) { in ExecuteCompilerInvocation()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5186 MarshallingInfoFlag<AnalyzerOpts<"ShowConfigOptionsList">>;