Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DContinuationIndenter.h53 bool canBreak(const LineState &State);
DUnwrappedLineFormatter.cpp316 (Indenter->canBreak(State) && State.NextToken->NewlinesBefore > 0); in format()
656 if (NewLine && !Indenter->canBreak(PreviousNode->State)) in addNextStateToQueue()
DContinuationIndenter.cpp92 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak() function in clang::format::ContinuationIndenter