Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DBreakableToken.cpp284 LastLineNeedsDecoration = true; in BreakableBlockComment()
292 LastLineNeedsDecoration = false; in BreakableBlockComment()
417 if (!LastLineNeedsDecoration) { in replaceWhitespaceBefore()
DBreakableToken.h231 bool LastLineNeedsDecoration; variable