Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h153 unsigned AnalyzerDisplayProgress : 1; variable
545 AnalyzerDisplayProgress(0), in AnalyzerOptions()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h244 unsigned AnalyzerDisplayProgress : 1; variable
308 AnalyzerDisplayProgress(false), AnalyzeNestedBlocks(false), in AnalyzerOptions()
/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp180 if (!Opts->AnalyzerDisplayProgress) in DisplayFunction()
524 if (Opts->AnalyzerDisplayProgress) in reportAnalyzerProgress()
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp248 if (!Opts->AnalyzerDisplayProgress) in DisplayFunction()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp248 Opts.AnalyzerDisplayProgress = Args.hasArg(OPT_analyzer_display_progress); in ParseAnalyzerArgs()
/external/llvm-project/clang/include/clang/Driver/
DOptions.td3745 MarshallingInfoFlag<"AnalyzerOpts->AnalyzerDisplayProgress">;