Lines Matching refs:Bold
39 // Used for changing only the bold attribute.
45 bool &Normal, bool Bold) {
57 if (Bold)
613 /// \param Bold if the current text should be bold
621 bool Bold = false,
649 TextNormal, Bold);
659 TextNormal, Bold);
665 applyTemplateHighlighting(OS, Str.substr(Length), TextNormal, Bold);
707 // Print diagnostic category in bold and color
737 bool Bold = false;
739 // Print warnings, errors and fatal errors in bold, no color
745 Bold = true;
747 default: break; //don't bold notes
752 printWordWrapped(OS, Message, Columns, CurrentColumn, Bold);
755 applyTemplateHighlighting(OS, Message, Normal, Bold);