Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTDiagnostic.cpp554 bool IsBold; member in __anon9cc2dc2e0111::TemplateDiff
1644 assert(!IsBold && "Attempting to bold text that is already bold."); in Bold()
1645 IsBold = true; in Bold()
1652 assert(IsBold && "Attempting to remove bold from unbold text."); in Unbold()
1653 IsBold = false; in Unbold()
1887 if (IsBold) { in PrintValueDecl()
2064 IsBold(false) { in TemplateDiff()
2107 assert(!IsBold && "Bold is applied to end of string."); in Emit()