Home
last modified time | relevance | path

Searched refs:FD_Continue (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Format/
DFormatToken.h106 enum FormatDecision { FD_Unformatted, FD_Continue, FD_Break }; enumerator
DWhitespaceManager.cpp56 Tok.Decision = (Newlines > 0) ? FD_Break : FD_Continue; in replaceWhitespace()
DUnwrappedLineFormatter.cpp720 if (LastFormat == FD_Unformatted || LastFormat == FD_Continue) in analyzeSolutionSpace()