Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h404 unsigned OriginalStartColumn, bool FirstInLine,
H A DBreakableToken.cpp482 unsigned OriginalStartColumn, bool FirstInLine, bool InPPDirective, in BreakableBlockComment() argument
520 if (Lines.size() == 1 && !FirstInLine) { in BreakableBlockComment()