Home | History | Annotate | Download | only in Format

Lines Matching refs:Decoration

267   Decoration = "* ";
274 Decoration = "";
276 for (size_t i = 1, e = Lines.size(); i < e && !Decoration.empty(); ++i) {
280 while (!Lines[i].startswith(Decoration))
281 Decoration = Decoration.substr(0, Decoration.size() - 1);
293 } else if (Decoration.empty()) {
303 StartOfLineColumn[i] += Decoration.size();
304 Lines[i] = Lines[i].substr(Decoration.size());
305 LeadingWhitespace[i] += Decoration.size();
309 IndentAtLineBreak = std::max<unsigned>(IndentAtLineBreak, Decoration.size());
382 StringRef Prefix = Decoration;
392 assert(IndentAtLineBreak >= Decoration.size());
395 IndentLevel, IndentAtLineBreak - Decoration.size());
415 StringRef Prefix = Decoration;
420 // line up with the decoration (if it exists).
423 } else if (!Decoration.empty()) {
424 // For other empty lines, if we do have a decoration, adapt it to not