Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormatToken.h106 enum FormatDecision { FD_Unformatted, FD_Continue, FD_Break }; enumerator
275 FormatDecision Decision = FD_Unformatted;
DUnwrappedLineFormatter.cpp720 if (LastFormat == FD_Unformatted || LastFormat == FD_Continue) in analyzeSolutionSpace()
722 if (LastFormat == FD_Unformatted || LastFormat == FD_Break) in analyzeSolutionSpace()