Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Format/
DBreakableToken.cpp511 size_t EndOfPreviousLine = Lines[LineIndex - 1].size(); in adjustWhitespace() local
513 --EndOfPreviousLine; in adjustWhitespace()
516 EndOfPreviousLine = in adjustWhitespace()
517 Lines[LineIndex - 1].find_last_not_of(Blanks, EndOfPreviousLine); in adjustWhitespace()
518 if (EndOfPreviousLine == StringRef::npos) in adjustWhitespace()
519 EndOfPreviousLine = 0; in adjustWhitespace()
521 ++EndOfPreviousLine; in adjustWhitespace()
532 PreviousContentOffset, EndOfPreviousLine - PreviousContentOffset); in adjustWhitespace()