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

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp520 /// IsBold - Keeps track of the bold formatting for the output string.
521 bool IsBold; member in class:__anon296::TemplateDiff
1608 assert(!IsBold && "Attempting to bold text that is already bold.");
1609 IsBold = true;
1616 assert(IsBold && "Attempting to remove bold from unbold text.");
1617 IsBold = false;
1851 if (IsBold) {
2028 IsBold(false) {
2071 assert(!IsBold && "Bold is applied to end of string.");

Completed in 562 milliseconds