Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
576 if (Opts.AnalyzerDisplayProgress) in reportAnalyzerProgress()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h229 unsigned AnalyzerDisplayProgress : 1; variable
295 AnalyzerDisplayProgress(false), AnalyzerNoteAnalysisEntryPoints(false), in AnalyzerOptions()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3157 if (getAnalyzerOptions().AnalyzerDisplayProgress || in FlushReport()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6907 MarshallingInfoFlag<AnalyzerOpts<"AnalyzerDisplayProgress">>;