Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Bold

41 // Used for changing only the bold attribute.
47 bool &Normal, bool Bold) {
59 if (Bold)
608 /// \param Bold if the current text should be bold
616 bool Bold = false,
644 TextNormal, Bold);
654 TextNormal, Bold);
660 applyTemplateHighlighting(OS, Str.substr(Length), TextNormal, Bold);
705 // Print diagnostic category in bold and color
746 bool Bold = false;
748 // Print primary diagnostic messages in bold and without color, to visually
751 Bold = true;
755 printWordWrapped(OS, Message, Columns, CurrentColumn, Bold);
758 applyTemplateHighlighting(OS, Message, Normal, Bold);