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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h135 enum FormatDecision { FD_Unformatted, FD_Continue, FD_Break }; enumerator in enum:clang::format::FormatDecision
321 FormatDecision Decision = FD_Unformatted;
H A DUnwrappedLineFormatter.cpp983 if (LastFormat == FD_Unformatted || LastFormat == FD_Continue)
985 if (LastFormat == FD_Unformatted || LastFormat == FD_Break)

Completed in 103 milliseconds