Home
last modified time | relevance | path

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

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