Home | History | Annotate | Download | only in Format

Lines Matching refs:IndentAtLineBreak

252   IndentAtLineBreak = StartOfLineColumn[0] + 1;
273 IndentAtLineBreak = std::min<int>(IndentAtLineBreak, StartOfLineColumn[i]);
275 IndentAtLineBreak = std::max<unsigned>(IndentAtLineBreak, Decoration.size());
277 llvm::dbgs() << "IndentAtLineBreak " << IndentAtLineBreak << "\n";
360 assert(IndentAtLineBreak >= Decoration.size());
363 IndentAtLineBreak - Decoration.size());
405 return IndentAtLineBreak;