Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp1254 const bool WithLastLine = Align == FormatStyle::ENAS_LeftWithLastLine; in alignEscapedNewlines() local
1255 const bool AlignLeft = Align == FormatStyle::ENAS_Left || WithLastLine; in alignEscapedNewlines()
1261 if (C.NewlinesBefore == 0 && (!WithLastLine || C.Tok->isNot(tok::eof))) in alignEscapedNewlines()
1266 (WithLastLine && (MaxColumn == 0 || BackslashColumn <= MaxColumn))) { in alignEscapedNewlines()