Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DContinuationIndenter.h56 bool mustBreak(const LineState &State);
DUnwrappedLineFormatter.cpp315 Indenter->mustBreak(State) || in format()
658 if (!NewLine && Indenter->mustBreak(PreviousNode->State)) in addNextStateToQueue()
DContinuationIndenter.cpp135 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak() function in clang::format::ContinuationIndenter