HomeSort by relevance Sort by last modified time
    Searched refs:FD_Break (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Format/
FormatToken.h 106 enum FormatDecision { FD_Unformatted, FD_Continue, FD_Break };
WhitespaceManager.cpp 56 Tok.Decision = (Newlines > 0) ? FD_Break : FD_Continue;
UnwrappedLineFormatter.cpp 722 if (LastFormat == FD_Unformatted || LastFormat == FD_Break)
    [all...]

Completed in 58 milliseconds