Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h244 unsigned AnalyzerDisplayProgress : 1; variable
307 AnalyzerDisplayProgress(false), AnalyzeNestedBlocks(false), in AnalyzerOptions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp188 if (!Opts->AnalyzerDisplayProgress) in DisplayFunction()
532 if (Opts->AnalyzerDisplayProgress) in reportAnalyzerProgress()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td4605 MarshallingInfoFlag<AnalyzerOpts<"AnalyzerDisplayProgress">>;