Searched refs:getColumnLimit (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DContinuationIndenter.h68 unsigned getColumnLimit(const LineState &State) const;
H A DContinuationIndenter.cpp143 getLengthToMatchingParen(Previous) + State.Column > getColumnLimit(State))
615 getColumnLimit(State))
667 if (State.Column > getColumnLimit(State)) {
668 unsigned ExcessCharacters = State.Column - getColumnLimit(State);
694 if (ColumnsUsed > getColumnLimit(State))
695 return Style.PenaltyExcessCharacter * (ColumnsUsed - getColumnLimit(State));
737 unsigned ColumnLimit = getColumnLimit(State);
859 unsigned ContinuationIndenter::getColumnLimit(const LineState &State) const { function in class:clang::format::ContinuationIndenter
H A DFormat.cpp601 ColumnLimit = getColumnLimit(TheLine.InPPDirective);
766 unsigned getColumnLimit(bool InPPDirective) const { function in class:clang::format::__anon3275::UnwrappedLineFormatter

Completed in 118 milliseconds