Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h205 unsigned AnalyzerDisplayProgress : 1; variable
265 AnalyzeAll(false), AnalyzerDisplayProgress(false), in AnalyzerOptions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp264 if (!Opts->AnalyzerDisplayProgress) in DisplayFunction()
563 if (Opts->AnalyzerDisplayProgress) in reportAnalyzerProgress()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp303 Opts.AnalyzerDisplayProgress = Args.hasArg(OPT_analyzer_display_progress); in ParseAnalyzerArgs()