Home
last modified time | relevance | path

Searched defs:Bold (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_report_decorator.h28 const char *Bold() const { return ansi_ ? "\033[1m" : ""; } in Bold() function
/external/llvm/include/llvm/Support/
DFormattedStream.h125 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override { in changeColor()
/external/llvm/tools/llvm-pdbdump/
DLinePrinter.cpp78 bool Bold; in WithColor() local
/external/clang/lib/Frontend/
DTextDiagnostic.cpp47 bool &Normal, bool Bold) { in applyTemplateHighlighting()
616 bool Bold = false, in printWordWrapped()
746 bool Bold = false; in printDiagnosticMessage() local
/external/clang/lib/AST/
DASTDiagnostic.cpp1472 void Bold() { in Bold() function in __anon9da9a8600111::TemplateDiff
DASTDumper.cpp40 bool Bold; member