Searched refs:breakProtrudingToken (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h144 std::pair<unsigned, bool> breakProtrudingToken(const FormatToken &Current,
H A DContinuationIndenter.cpp1690 std::tie(Penalty, Exceeded) = breakProtrudingToken(
1697 breakProtrudingToken(Current, StrictState, AllowBreak,
1709 breakProtrudingToken(Current, OriginalState, AllowBreak, /*DryRun=*/false,
1838 ContinuationIndenter::breakProtrudingToken(const FormatToken &Current, function in class:clang::format::ContinuationIndenter
1854 // breakProtrudingToken.

Completed in 114 milliseconds