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

  /external/clang/lib/Format/
ContinuationIndenter.h 48 // FIXME: canBreak and mustBreak aren't strictly indentation-related. Find a
51 bool canBreak(const LineState &State);
Format.cpp 557 (Indenter->canBreak(State) && State.NextToken->NewlinesBefore > 0);
    [all...]
ContinuationIndenter.cpp 91 bool ContinuationIndenter::canBreak(const LineState &State) {
    [all...]

Completed in 74 milliseconds