HomeSort by relevance Sort by last modified time
    Searched refs:mustBreak (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
54 bool mustBreak(const LineState &State);
Format.cpp 556 Indenter->mustBreak(State) ||
    [all...]
ContinuationIndenter.cpp 127 bool ContinuationIndenter::mustBreak(const LineState &State) {
    [all...]

Completed in 85 milliseconds