/external/llvm/lib/Support/ |
D | SourceMgr.cpp | 210 bool ShowColors) const { in PrintMessage() 227 Diagnostic.print(0, OS, ShowColors); in PrintMessage() 245 bool ShowColors) const { in print() 247 ShowColors &= S.has_colors(); in print() 249 if (ShowColors) in print() 271 if (ShowColors) in print() 276 if (ShowColors) in print() 281 if (ShowColors) in print() 287 if (ShowColors) { in print() 294 if (ShowColors) in print() [all …]
|
/external/clang/lib/Frontend/ |
D | TextDiagnostic.cpp | 673 if (DiagOpts.ShowColors) in emitDiagnosticMessage() 676 printDiagnosticLevel(OS, Level, DiagOpts.ShowColors); in emitDiagnosticMessage() 679 DiagOpts.MessageLength, DiagOpts.ShowColors); in emitDiagnosticMessage() 685 bool ShowColors) { in printDiagnosticLevel() argument 686 if (ShowColors) { in printDiagnosticLevel() 707 if (ShowColors) in printDiagnosticLevel() 716 bool ShowColors) { in printDiagnosticMessage() argument 718 if (ShowColors) { in printDiagnosticMessage() 739 if (ShowColors) in printDiagnosticMessage() 776 if (DiagOpts.ShowColors) in emitDiagnosticLoc() [all …]
|
D | TextDiagnosticPrinter.cpp | 135 TextDiagnostic::printDiagnosticLevel(OS, Level, DiagOpts->ShowColors); in HandleDiagnostic() 139 DiagOpts->ShowColors); in HandleDiagnostic()
|
D | Warnings.cpp | 59 Diags.setShowColors(Opts.ShowColors); in ProcessWarningOptions()
|
D | CompilerInvocation.cpp | 366 if (Opts.ShowColors) in DiagnosticOptsToArgs() 1370 Opts.ShowColors = Args.hasArg(OPT_fcolor_diagnostics); in ParseDiagnosticArgs()
|
/external/clang/include/clang/Frontend/ |
D | DiagnosticOptions.h | 43 unsigned ShowColors : 1; /// Show diagnostics with ANSI color sequences. variable 91 ShowColors = 0; in DiagnosticOptions()
|
D | TextDiagnostic.h | 56 bool ShowColors); 78 bool ShowColors);
|
/external/llvm/include/llvm/Support/ |
D | SourceMgr.h | 142 bool ShowColors = true) const; 201 void print(const char *ProgName, raw_ostream &S, bool ShowColors = true) const;
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 3784 bool ShowColors) { in print_block() argument 3790 if (ShowColors) in print_block() 3804 if (ShowColors) in print_block() 3861 if (ShowColors) in print_block() 3873 if (ShowColors) in print_block() 3881 if (ShowColors) in print_block() 3884 if (ShowColors) in print_block() 3889 if (ShowColors) in print_block() 3901 if (ShowColors) in print_block() 3910 if (ShowColors) in print_block() [all …]
|
D | AnalysisDeclContext.cpp | 181 void AnalysisDeclContext::dumpCFG(bool ShowColors) { in dumpCFG() argument 182 getCFG()->dump(getASTContext().getLangOpts(), ShowColors); in dumpCFG()
|
/external/clang/include/clang/Basic/ |
D | Diagnostic.h | 184 bool ShowColors; // Color printing is enabled. variable 469 void setShowColors(bool Val = false) { ShowColors = Val; } 470 bool getShowColors() { return ShowColors; } in getShowColors() 1302 unsigned ShowColors : 1; member
|
/external/clang/include/clang/Analysis/ |
D | CFG.h | 499 void dump(const CFG *cfg, const LangOptions &LO, bool ShowColors = false) const; 501 bool ShowColors) const; 761 void print(raw_ostream &OS, const LangOptions &LO, bool ShowColors) const; 762 void dump(const LangOptions &LO, bool ShowColors) const;
|
D | AnalysisContext.h | 143 void dumpCFG(bool ShowColors);
|
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 235 bool ShowColors, std::string &S); 265 TDT.ShowColors, S)) { in FormatASTNodeDiagnosticArgument() 1258 bool ShowColors, std::string &S) { in FormatTemplateTypeDiff() argument 1262 ElideType, ShowColors); in FormatTemplateTypeDiff()
|
/external/clang/lib/Basic/ |
D | Diagnostic.cpp | 54 ShowColors = false; in DiagnosticsEngine() 845 TDT.ShowColors = getDiags()->ShowColors; in FormatDiagnostic()
|