Home
last modified time | relevance | path

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

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