Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp131 if (Opts->AnalyzerDisplayProgress || Opts->PrintStats || in AnalysisConsumer()
185 if (!Opts->AnalyzerDisplayProgress) { in DisplayTime()
194 if (!Opts->AnalyzerDisplayProgress) in DisplayFunction()
510 if (!Opts.AnalyzerDisplayProgress) in reportAnalyzerFunctionMisuse()
575 if (Opts->AnalyzerDisplayProgress) in reportAnalyzerProgress()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h229 unsigned AnalyzerDisplayProgress : 1; variable
292 AnalyzerDisplayProgress(false), eagerlyAssumeBinOpBifurcation(false), in AnalyzerOptions()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5252 MarshallingInfoFlag<AnalyzerOpts<"AnalyzerDisplayProgress">>;