Lines Matching full:bold
39 // Used for changing only the bold attribute.
45 bool &Normal, bool Bold) {
57 if (Bold)
609 /// \param Bold if the current text should be bold
617 bool Bold = false,
645 TextNormal, Bold);
655 TextNormal, Bold);
661 applyTemplateHighlighting(OS, Str.substr(Length), TextNormal, Bold);
703 // Print diagnostic category in bold and color
733 bool Bold = false;
735 // Print warnings, errors and fatal errors in bold, no color
741 Bold = true;
743 default: break; //don't bold notes
748 printWordWrapped(OS, Message, Columns, CurrentColumn, Bold);
751 applyTemplateHighlighting(OS, Message, Normal, Bold);