Searched refs:changeColor (Results 1 - 19 of 19) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
H A DSyntaxHighlighting.cpp25 case Address: OS.changeColor(llvm::raw_ostream::YELLOW); break;
26 case String: OS.changeColor(llvm::raw_ostream::GREEN); break;
27 case Tag: OS.changeColor(llvm::raw_ostream::BLUE); break;
28 case Attribute: OS.changeColor(llvm::raw_ostream::CYAN); break;
29 case Enumerator: OS.changeColor(llvm::raw_ostream::MAGENTA); break;
30 case Macro: OS.changeColor(llvm::raw_ostream::RED); break;
/external/llvm/tools/llvm-pdbdump/
H A DLinePrinter.cpp98 OS.changeColor(raw_ostream::YELLOW, /*bold=*/true);
101 OS.changeColor(raw_ostream::MAGENTA, true);
105 OS.changeColor(raw_ostream::YELLOW, false);
108 OS.changeColor(raw_ostream::CYAN, true);
111 OS.changeColor(raw_ostream::CYAN, false);
114 OS.changeColor(raw_ostream::CYAN, false);
117 OS.changeColor(raw_ostream::RED, true);
120 OS.changeColor(raw_ostream::GREEN, true);
/external/javassist/sample/duplicate/
H A DBall.java14 changeColor(Color.orange);
41 public void changeColor(Color color) { method in class:Ball
H A DViewer.java27 ball.changeColor(colorList[0]);
48 ball.changeColor(colorList[++colorNo % colorList.length]);
/external/llvm/include/llvm/Support/
H A DFormattedStream.h125 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override {
126 TheStream->changeColor(Color, Bold, BG);
H A Draw_ostream.h235 virtual raw_ostream &changeColor(enum Colors Color, function in class:llvm::raw_ostream
401 raw_ostream &changeColor(enum Colors colors, bool bold=false,
/external/llvm/tools/llvm-cov/
H A DRenderingSupport.h55 OS.changeColor(Color, Bold, BG);
H A Dllvm-cov.cpp87 errs().changeColor(raw_ostream::RED);
/external/llvm/lib/Support/
H A DSourceMgr.cpp341 S.changeColor(raw_ostream::SAVEDCOLOR, true);
364 S.changeColor(raw_ostream::RED, true);
369 S.changeColor(raw_ostream::MAGENTA, true);
374 S.changeColor(raw_ostream::BLACK, true);
381 S.changeColor(raw_ostream::SAVEDCOLOR, true);
437 S.changeColor(raw_ostream::GREEN, true);
H A Draw_ostream.cpp662 raw_ostream &raw_fd_ostream::changeColor(enum Colors colors, bool bold, function in class:raw_fd_ostream
/external/llvm/tools/llvm-mcmarkup/
H A Dllvm-mcmarkup.cpp105 outs().changeColor(raw_ostream::RED);
107 outs().changeColor(raw_ostream::CYAN);
119 outs().changeColor(raw_ostream::WHITE, false);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A Draw_ostream.h218 virtual raw_ostream &changeColor(enum Colors, bool = false, bool = false) { function in class:llvm::raw_ostream
378 virtual raw_ostream &changeColor(enum Colors colors, bool bold=false,
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A Draw_ostream.h248 virtual raw_ostream &changeColor(enum Colors Color, function in class:llvm::raw_ostream
414 raw_ostream &changeColor(enum Colors colors, bool bold=false,
/external/clang/lib/Frontend/
H A DTextDiagnostic.cpp56 OS.changeColor(templateColor, true);
60 OS.changeColor(savedColor, true);
709 case DiagnosticsEngine::Note: OS.changeColor(noteColor, true); break;
710 case DiagnosticsEngine::Remark: OS.changeColor(remarkColor, true); break;
711 case DiagnosticsEngine::Warning: OS.changeColor(warningColor, true); break;
712 case DiagnosticsEngine::Error: OS.changeColor(errorColor, true); break;
713 case DiagnosticsEngine::Fatal: OS.changeColor(fatalColor, true); break;
750 OS.changeColor(savedColor, true);
797 OS.changeColor(savedColor, true);
1178 OS.changeColor(caretColo
[all...]
H A DASTConsumers.cpp58 Out.changeColor(raw_ostream::BLUE);
/external/swiftshader/third_party/LLVM/lib/Support/
H A Draw_ostream.cpp606 raw_ostream &raw_fd_ostream::changeColor(enum Colors colors, bool bold, function in class:raw_fd_ostream
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Draw_ostream.cpp641 raw_ostream &raw_fd_ostream::changeColor(enum Colors colors, bool bold, function in class:raw_fd_ostream
/external/clang/lib/Analysis/
H A DCFG.cpp4343 OS.changeColor(raw_ostream::YELLOW, true);
4416 OS.changeColor(raw_ostream::GREEN);
4436 OS.changeColor(Color);
4444 OS.changeColor(Color);
4474 OS.changeColor(Color);
4482 OS.changeColor(Color);
/external/clang/lib/AST/
H A DASTDumper.cpp195 Dumper.OS.changeColor(Color.Color, Color.Bold);

Completed in 1030 milliseconds