Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h140 enum FormatDecision { FD_Unformatted, FD_Continue, FD_Break }; enumerator
216 Finalized(false), BlockKind(BK_Unknown), Decision(FD_Unformatted), in FormatToken()
H A DUnwrappedLineFormatter.cpp1030 if (LastFormat == FD_Unformatted || LastFormat == FD_Continue) in analyzeSolutionSpace()
1032 if (LastFormat == FD_Unformatted || LastFormat == FD_Break) in analyzeSolutionSpace()