HomeSort by relevance Sort by last modified time
    Searched refs:getColumnLimit (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Format/
ContinuationIndenter.h 69 unsigned getColumnLimit(const LineState &State) const;
ContinuationIndenter.cpp 155 getLengthToMatchingParen(Previous) + State.Column > getColumnLimit(State))
659 if (State.Column > getColumnLimit(State)) {
660 unsigned ExcessCharacters = State.Column - getColumnLimit(State);
    [all...]
Format.cpp     [all...]

Completed in 80 milliseconds