Home
last modified time | relevance | path

Searched refs:IsBold (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp583 bool IsBold; member in __anon44eed8fe0111::TemplateDiff
1705 assert(!IsBold && "Attempting to bold text that is already bold."); in Bold()
1706 IsBold = true; in Bold()
1713 assert(IsBold && "Attempting to remove bold from unbold text."); in Unbold()
1714 IsBold = false; in Unbold()
1971 if (IsBold) { in PrintValueDecl()
2153 IsBold(false) { in TemplateDiff()
2197 assert(!IsBold && "Bold is applied to end of string."); in Emit()