Home
last modified time | relevance | path

Searched refs:ShowColors (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/Support/
DSourceMgr.cpp210 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/
DTextDiagnostic.cpp673 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 …]
DTextDiagnosticPrinter.cpp135 TextDiagnostic::printDiagnosticLevel(OS, Level, DiagOpts->ShowColors); in HandleDiagnostic()
139 DiagOpts->ShowColors); in HandleDiagnostic()
DWarnings.cpp59 Diags.setShowColors(Opts.ShowColors); in ProcessWarningOptions()
DCompilerInvocation.cpp366 if (Opts.ShowColors) in DiagnosticOptsToArgs()
1370 Opts.ShowColors = Args.hasArg(OPT_fcolor_diagnostics); in ParseDiagnosticArgs()
/external/clang/include/clang/Frontend/
DDiagnosticOptions.h43 unsigned ShowColors : 1; /// Show diagnostics with ANSI color sequences. variable
91 ShowColors = 0; in DiagnosticOptions()
DTextDiagnostic.h56 bool ShowColors);
78 bool ShowColors);
/external/llvm/include/llvm/Support/
DSourceMgr.h142 bool ShowColors = true) const;
201 void print(const char *ProgName, raw_ostream &S, bool ShowColors = true) const;
/external/clang/lib/Analysis/
DCFG.cpp3784 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 …]
DAnalysisDeclContext.cpp181 void AnalysisDeclContext::dumpCFG(bool ShowColors) { in dumpCFG() argument
182 getCFG()->dump(getASTContext().getLangOpts(), ShowColors); in dumpCFG()
/external/clang/include/clang/Basic/
DDiagnostic.h184 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/
DCFG.h499 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;
DAnalysisContext.h143 void dumpCFG(bool ShowColors);
/external/clang/lib/AST/
DASTDiagnostic.cpp235 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/
DDiagnostic.cpp54 ShowColors = false; in DiagnosticsEngine()
845 TDT.ShowColors = getDiags()->ShowColors; in FormatDiagnostic()