Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormatToken.h117 enum FormatDecision { FD_Unformatted, FD_Continue, FD_Break }; enumerator
H A DWhitespaceManager.cpp52 Tok.Decision = (Newlines > 0) ? FD_Break : FD_Continue; in replaceWhitespace()
H A DUnwrappedLineFormatter.cpp938 if (LastFormat == FD_Unformatted || LastFormat == FD_Break) in analyzeSolutionSpace()