Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormatToken.h117 enum FormatDecision { FD_Unformatted, FD_Continue, FD_Break }; enum
300 FormatDecision Decision = FD_Unformatted;
H A DUnwrappedLineFormatter.cpp935 FormatDecision LastFormat = Node->State.NextToken->Decision; in analyzeSolutionSpace()