Searched refs:FormatDecision (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 }; enum in namespace:clang::format
321 FormatDecision Decision = FD_Unformatted;
H A DUnwrappedLineFormatter.cpp982 FormatDecision LastFormat = Node->State.NextToken->Decision;

Completed in 163 milliseconds