Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Format/
DFormatToken.h177 enum FormatDecision { FD_Unformatted, FD_Continue, FD_Break }; enumerator
255 Decision(FD_Unformatted), PackingKind(PPK_Inconclusive), in FormatToken()
DUnwrappedLineFormatter.cpp1211 if (LastFormat == FD_Unformatted || LastFormat == FD_Continue) in analyzeSolutionSpace()
1213 if (LastFormat == FD_Unformatted || LastFormat == FD_Break) in analyzeSolutionSpace()