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 51 // FIXME: canBreak and mustBreak aren't strictly indentation-related. Find a
54 bool canBreak(const LineState &State);
UnwrappedLineFormatter.cpp 590 (Indenter->canBreak(State) && State.NextToken->NewlinesBefore > 0);
749 if (NewLine && !Indenter->canBreak(PreviousNode->State))
    [all...]
ContinuationIndenter.cpp 98 bool ContinuationIndenter::canBreak(const LineState &State) {
    [all...]

Completed in 85 milliseconds