Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1256 if (LastFormat == FD_Unformatted || LastFormat == FD_Continue) in analyzeSolutionSpace()
1258 if (LastFormat == FD_Unformatted || LastFormat == FD_Break) in analyzeSolutionSpace()
H A DFormatToken.h229 enum FormatDecision { FD_Unformatted, FD_Continue, FD_Break }; enumerator
307 BlockKind(BK_Unknown), Decision(FD_Unformatted), in FormatToken()