Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormatToken.h158 enum FormatDecision { FD_Unformatted, FD_Continue, FD_Break }; enumerator
235 Decision(FD_Unformatted), PackingKind(PPK_Inconclusive), in FormatToken()
H A DUnwrappedLineFormatter.cpp1189 if (LastFormat == FD_Unformatted || LastFormat == FD_Continue) in analyzeSolutionSpace()
1191 if (LastFormat == FD_Unformatted || LastFormat == FD_Break) in analyzeSolutionSpace()