Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp521 bool IsBold; member in __anon9bd150090111::TemplateDiff
1608 assert(!IsBold && "Attempting to bold text that is already bold."); in Bold()
1609 IsBold = true; in Bold()
1616 assert(IsBold && "Attempting to remove bold from unbold text."); in Unbold()
1617 IsBold = false; in Unbold()
1851 if (IsBold) { in PrintValueDecl()
2028 IsBold(false) { in TemplateDiff()
2071 assert(!IsBold && "Bold is applied to end of string."); in Emit()