Searched refs:IsBold (Results 1 – 1 of 1) sorted by relevance
553 bool IsBold; member in __anon5986394b0111::TemplateDiff1643 assert(!IsBold && "Attempting to bold text that is already bold."); in Bold()1644 IsBold = true; in Bold()1651 assert(IsBold && "Attempting to remove bold from unbold text."); in Unbold()1652 IsBold = false; in Unbold()1902 if (IsBold) { in PrintValueDecl()2079 IsBold(false) { in TemplateDiff()2122 assert(!IsBold && "Bold is applied to end of string."); in Emit()