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 DFormatToken.h237 enum FormatDecision { FD_Unformatted, FD_Continue, FD_Break }; enumerator
315 BlockKind(BK_Unknown), Decision(FD_Unformatted), in FormatToken()
H A DUnwrappedLineFormatter.cpp1314 if (LastFormat == FD_Unformatted || LastFormat == FD_Continue) in analyzeSolutionSpace()
1316 if (LastFormat == FD_Unformatted || LastFormat == FD_Break) in analyzeSolutionSpace()