Lines Matching defs:Decor
262 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc,
295 Buffer.Append(Decor.Highlight());
313 Buffer.AppendF("%s\n", Decor.Default());
354 Decorator Decor;
364 Buffer.Append(Decor.Bold());
370 Buffer.AppendF("%s runtime error: %s%s", Decor.Warning(), Decor.Default(),
371 Decor.Bold());
375 Buffer.AppendF("%s note: %s", Decor.Note(), Decor.Default());
381 Buffer.AppendF("%s\n", Decor.Default());
385 PrintMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, NumRanges, Args);