Home
last modified time | relevance | path

Searched refs:mustBreak (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Format/
DContinuationIndenter.h57 bool mustBreak(const LineState &State);
DUnwrappedLineFormatter.cpp589 Indenter->mustBreak(State) || in formatLine()
751 if (!NewLine && Indenter->mustBreak(PreviousNode->State)) in addNextStateToQueue()
DContinuationIndenter.cpp142 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak() function in clang::format::ContinuationIndenter