Home | History | Annotate | Download | only in Format

Lines Matching refs:Line

30 /// \brief An unwrapped line is a sequence of \c Token, that we would like to
31 /// put on a single line if there was no column limit.
35 /// within an unwrapped line does not affect any other unwrapped lines.
55 virtual void consumeUnwrappedLine(const UnwrappedLine &Line) = 0;
129 // FIXME: We are constantly running into bugs where Line.Level is incorrectly
130 // subtracted from beyond 0. Introduce a method to subtract from Line.Level
132 std::unique_ptr<UnwrappedLine> Line;
135 // line as the previous token, or not. If not, they belong to the next token.
136 // Since the next token might already be in a new unwrapped line, we need to
147 // after an unwarpped line that has been started was finished.
152 // there is an unfinished previous unwrapped line, will point to
156 // We store for each line whether it must be a declaration depending on