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.h459 bool LastLineNeedsDecoration; variable
H A DBreakableToken.cpp541 LastLineNeedsDecoration = true; in BreakableBlockComment()
549 LastLineNeedsDecoration = false; in BreakableBlockComment()
810 if (!LastLineNeedsDecoration) { in adaptStartOfLine()