Home | History | Annotate | Download | only in AST

Lines Matching defs:IsBold

426   /// IsBold - Keeps track of the bold formatting for the output string.
427 bool IsBold;
1473 assert(!IsBold && "Attempting to bold text that is already bold.");
1474 IsBold = true;
1481 assert(IsBold && "Attempting to remove bold from unbold text.");
1482 IsBold = false;
1810 IsBold(false) {
1854 assert(!IsBold && "Bold is applied to end of string.");