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

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

Completed in 148 milliseconds