Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormatToken.h105 enum FormatDecision { FD_Unformatted, FD_Continue, FD_Break }; enum
274 FormatDecision Decision = FD_Unformatted;
DUnwrappedLineFormatter.cpp719 FormatDecision LastFormat = Node->State.NextToken->Decision; in analyzeSolutionSpace()