Home
last modified time | relevance | path

Searched refs:FD_Break (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1258 if (LastFormat == FD_Unformatted || LastFormat == FD_Break) in analyzeSolutionSpace()
H A DFormatToken.h229 enum FormatDecision { FD_Unformatted, FD_Continue, FD_Break }; enumerator
H A DWhitespaceManager.cpp59 Tok.setDecision((Newlines > 0) ? FD_Break : FD_Continue); in replaceWhitespace()