/external/llvm/lib/Support/ |
D | SourceMgr.cpp | 199 bool ShowColors) const { in PrintMessage() 212 Diagnostic.print(nullptr, OS, ShowColors); in PrintMessage() 218 ArrayRef<SMFixIt> FixIts, bool ShowColors) const { in PrintMessage() 219 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors); in PrintMessage() 224 ArrayRef<SMFixIt> FixIts, bool ShowColors) const { in PrintMessage() 225 PrintMessage(llvm::errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors); in PrintMessage() 335 void SMDiagnostic::print(const char *ProgName, raw_ostream &S, bool ShowColors, in print() argument 338 ShowColors &= S.has_colors(); in print() 340 if (ShowColors) in print() 363 if (ShowColors) in print() [all …]
|
D | YAMLParser.cpp | 268 Scanner(StringRef Input, SourceMgr &SM, bool ShowColors = true); 269 Scanner(MemoryBufferRef Buffer, SourceMgr &SM_, bool ShowColors = true); 279 SM.PrintMessage(Loc, Kind, Message, Ranges, /* FixIts= */ None, ShowColors); in printError() 555 bool ShowColors; member in llvm::yaml::Scanner 761 Scanner::Scanner(StringRef Input, SourceMgr &sm, bool ShowColors) in Scanner() argument 762 : SM(sm), ShowColors(ShowColors) { in Scanner() 766 Scanner::Scanner(MemoryBufferRef Buffer, SourceMgr &SM_, bool ShowColors) in Scanner() argument 767 : SM(SM_), ShowColors(ShowColors) { in Scanner() 1771 Stream::Stream(StringRef Input, SourceMgr &SM, bool ShowColors) in Stream() argument 1772 : scanner(new Scanner(Input, SM, ShowColors)), CurrentDoc() {} in Stream() [all …]
|
/external/clang/tools/diagtool/ |
D | TreeView.cpp | 35 const bool ShowColors; member in TreePrinter 39 : out(out), ShowColors(hasColors(out)), FlagsOnly(false) {} in TreePrinter() 42 if (ShowColors) in setColor() 47 if (ShowColors) in resetColor() 76 if (ShowColors && !isIgnored(I->DiagID)) in printGroup() 132 if (ShowColors) { in showKey()
|
/external/clang/lib/Frontend/ |
D | TextDiagnostic.cpp | 688 if (DiagOpts->ShowColors) in emitDiagnosticMessage() 691 printDiagnosticLevel(OS, Level, DiagOpts->ShowColors, in emitDiagnosticMessage() 696 DiagOpts->MessageLength, DiagOpts->ShowColors); in emitDiagnosticMessage() 702 bool ShowColors, in printDiagnosticLevel() argument 704 if (ShowColors) { in printDiagnosticLevel() 736 if (ShowColors) in printDiagnosticLevel() 745 unsigned Columns, bool ShowColors) { in printDiagnosticMessage() argument 747 if (ShowColors && !IsSupplemental) { in printDiagnosticMessage() 762 if (ShowColors) in printDiagnosticMessage() 796 if (DiagOpts->ShowColors) in emitDiagnosticLoc() [all …]
|
D | TextDiagnosticPrinter.cpp | 139 TextDiagnostic::printDiagnosticLevel(OS, Level, DiagOpts->ShowColors, in HandleDiagnostic() 144 DiagOpts->ShowColors); in HandleDiagnostic()
|
D | ASTConsumers.cpp | 56 bool ShowColors = Out.has_colors(); in TraverseDecl() local 57 if (ShowColors) in TraverseDecl() 61 if (ShowColors) in TraverseDecl()
|
D | CompilerInvocation.cpp | 761 Opts.ShowColors = Args.hasArg(OPT_fcolor_diagnostics); in ParseDiagnosticArgs()
|
/external/llvm/include/llvm/Support/ |
D | SourceMgr.h | 165 bool ShowColors = true) const; 171 bool ShowColors = true) const; 178 bool ShowColors = true) const; 279 void print(const char *ProgName, raw_ostream &S, bool ShowColors = true,
|
D | YAMLParser.h | 79 Stream(StringRef Input, SourceMgr &, bool ShowColors = true); 81 Stream(MemoryBufferRef InputBuffer, SourceMgr &, bool ShowColors = true);
|
/external/clang/include/clang/Frontend/ |
D | TextDiagnostic.h | 54 bool ShowColors, 75 unsigned Columns, bool ShowColors);
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 4305 bool ShowColors) { in print_block() argument 4310 if (ShowColors) in print_block() 4326 if (ShowColors) in print_block() 4383 if (ShowColors) in print_block() 4395 if (ShowColors) in print_block() 4403 if (ShowColors) in print_block() 4406 if (ShowColors) in print_block() 4411 if (ShowColors) in print_block() 4432 if (ShowColors) in print_block() 4441 if (ShowColors) in print_block() [all …]
|
D | AnalysisDeclContext.cpp | 266 void AnalysisDeclContext::dumpCFG(bool ShowColors) { in dumpCFG() argument 267 getCFG()->dump(getASTContext().getLangOpts(), ShowColors); in dumpCFG()
|
/external/llvm/utils/yaml-bench/ |
D | YAMLBench.cpp | 197 bool ShowColors = UseColor == cl::BOU_UNSET in main() local 213 yaml::Stream stream(Buf.getBuffer(), sm, ShowColors); in main()
|
/external/clang/include/clang/Basic/ |
D | Diagnostic.h | 180 bool ShowColors; // Color printing is enabled. variable 482 void setShowColors(bool Val = false) { ShowColors = Val; } 483 bool getShowColors() { return ShowColors; } in getShowColors() 1396 unsigned ShowColors : 1; member
|
D | DiagnosticOptions.def | 66 DIAGOPT(ShowColors, 1, 0) /// Show diagnostics with ANSI color sequences.
|
/external/clang/include/clang/Analysis/ |
D | CFG.h | 644 void dump(const CFG *cfg, const LangOptions &LO, bool ShowColors = false) const; 646 bool ShowColors) const; 943 void print(raw_ostream &OS, const LangOptions &LO, bool ShowColors) const; 944 void dump(const LangOptions &LO, bool ShowColors) const;
|
D | AnalysisContext.h | 164 void dumpCFG(bool ShowColors);
|
/external/clang/lib/Basic/ |
D | Warnings.cpp | 53 Diags.setShowColors(Opts.ShowColors); in ProcessWarningOptions()
|
D | Diagnostic.cpp | 75 ShowColors = false; in DiagnosticsEngine() 868 TDT.ShowColors = getDiags()->ShowColors; in FormatDiagnostic()
|
/external/clang/lib/AST/ |
D | ASTDumper.cpp | 120 bool ShowColors; member in __anon1d55b1f40111::ASTDumper 192 if (Dumper.ShowColors) in ColorScope() 196 if (Dumper.ShowColors) in ~ColorScope() 206 ShowColors(SM && SM->getDiagnostics().getShowColors()) { } in ASTDumper() 209 const SourceManager *SM, bool ShowColors) in ASTDumper() argument 212 ShowColors(ShowColors) { } in ASTDumper()
|
D | ASTDiagnostic.cpp | 318 bool ShowColors, raw_ostream &OS); 346 TDT.ShowColors, OS)) { in FormatASTNodeDiagnosticArgument() 1928 bool ShowColors, raw_ostream &OS) { in FormatTemplateTypeDiff() argument 1932 ElideType, ShowColors); in FormatTemplateTypeDiff()
|
/external/clang/lib/Driver/ |
D | Tools.cpp | 5261 enum { Colors_On, Colors_Off, Colors_Auto } ShowColors = Colors_Auto; in ConstructJob() local 5274 ShowColors = Colors_On; in ConstructJob() 5277 ShowColors = Colors_Off; in ConstructJob() 5282 ShowColors = Colors_On; in ConstructJob() 5284 ShowColors = Colors_Off; in ConstructJob() 5286 ShowColors = Colors_Auto; in ConstructJob() 5292 if (ShowColors == Colors_On || in ConstructJob() 5293 (ShowColors == Colors_Auto && llvm::sys::Process::StandardErrHasColors())) in ConstructJob()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 126 SMRange Range, bool ShowColors = true); 3689 SMRange Range, bool ShowColors) { in printWarningWithFixIt() argument 3692 ShowColors); in printWarningWithFixIt()
|