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

  /src/external/apache2/llvm/dist/clang/lib/Format/
ContinuationIndenter.h 68 // FIXME: canBreak and mustBreak aren't strictly indentation-related. Find a
74 bool mustBreak(const LineState &State);
UnwrappedLineFormatter.cpp 894 Indenter->mustBreak(State) ||
1062 if (!NewLine && Indenter->mustBreak(PreviousNode->State))
ContinuationIndenter.cpp 329 bool ContinuationIndenter::mustBreak(const LineState &State) {

Completed in 18 milliseconds