Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp612 size_t EndOfPreviousLine = Lines[LineIndex - 1].size(); in adjustWhitespace() local
614 --EndOfPreviousLine; in adjustWhitespace()
617 EndOfPreviousLine = in adjustWhitespace()
618 Lines[LineIndex - 1].find_last_not_of(Blanks, EndOfPreviousLine); in adjustWhitespace()
619 if (EndOfPreviousLine == StringRef::npos) in adjustWhitespace()
620 EndOfPreviousLine = 0; in adjustWhitespace()
622 ++EndOfPreviousLine; in adjustWhitespace()
633 PreviousContentOffset, EndOfPreviousLine - PreviousContentOffset); in adjustWhitespace()