Lines Matching refs:Bold
41 // Used for changing only the bold attribute.
47 bool &Normal, bool Bold) {
59 if (Bold)
607 /// \param Bold if the current text should be bold
615 bool Bold = false,
643 TextNormal, Bold);
653 TextNormal, Bold);
659 applyTemplateHighlighting(OS, Str.substr(Length), TextNormal, Bold);
704 // Print diagnostic category in bold and color
745 bool Bold = false;
747 // Print primary diagnostic messages in bold and without color, to visually
750 Bold = true;
754 printWordWrapped(OS, Message, Columns, CurrentColumn, Bold);
757 applyTemplateHighlighting(OS, Message, Normal, Bold);