Home
last modified time | relevance | path

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

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