Home | History | Annotate | Download | only in AST

Lines Matching defs:Bold

430   /// IsBold - Keeps track of the bold formatting for the output string.
1358 /// Bold
1359 void Bold() {
1360 assert(!IsBold && "Attempting to bold text that is already bold.");
1368 assert(IsBold && "Attempting to remove bold from unbold text.");
1416 Bold();
1421 Bold();
1439 Bold();
1444 Bold();
1448 Bold();
1480 Bold();
1485 Bold();
1489 Bold();
1521 Bold();
1527 Bold();
1564 Bold();
1571 Bold();
1577 Bold();
1630 Bold();
1639 Bold();
1658 if (ApplyBold) Bold();
1721 assert(!IsBold && "Bold is applied to end of string.");