Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h461 bool LastLineNeedsDecoration; variable
H A DBreakableToken.cpp528 LastLineNeedsDecoration = true; in BreakableBlockComment()
536 LastLineNeedsDecoration = false; in BreakableBlockComment()
797 if (!LastLineNeedsDecoration) { in adaptStartOfLine()