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.cpp554 bool IsBold; member in __anon44eed8fe0111::TemplateDiff
1666 assert(!IsBold && "Attempting to bold text that is already bold."); in Bold()
1667 IsBold = true; in Bold()
1674 assert(IsBold && "Attempting to remove bold from unbold text."); in Unbold()
1675 IsBold = false; in Unbold()
1926 if (IsBold) { in PrintValueDecl()
2108 IsBold(false) { in TemplateDiff()
2151 assert(!IsBold && "Bold is applied to end of string."); in Emit()