Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DBreakableToken.cpp287 LastLineNeedsDecoration = true; in BreakableBlockComment()
295 LastLineNeedsDecoration = false; in BreakableBlockComment()
424 if (!LastLineNeedsDecoration) { in replaceWhitespaceBefore()
DBreakableToken.h236 bool LastLineNeedsDecoration; variable