HomeSort by: relevance | last modified time | path
    Searched refs:FD_Unformatted (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h 140 enum FormatDecision { FD_Unformatted, FD_Continue, FD_Break };
216 Finalized(false), BlockKind(BK_Unknown), Decision(FD_Unformatted),
UnwrappedLineFormatter.cpp 1030 if (LastFormat == FD_Unformatted || LastFormat == FD_Continue)
1032 if (LastFormat == FD_Unformatted || LastFormat == FD_Break)

Completed in 27 milliseconds