reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ASTDiagnostic.cpp
 1595     assert(!IsBold && "Attempting to bold text that is already bold.");
 1596     IsBold = true;
 1603     assert(IsBold && "Attempting to remove bold from unbold text.");
 1604     IsBold = false;
 1830         if (IsBold) {
 2050     assert(!IsBold && "Bold is applied to end of string.");