Home | History | Annotate | Download | only in Format

Lines Matching refs:Line

45   /// and thereby e.g. leave an empty line between two function definitions.
74 /// \brief Whether there must be a line break before this token.
81 /// \brief An unwrapped line is a sequence of \c Token, that we would like to
82 /// put on a single line if there was no column limit.
86 /// within an unwrapped line does not affect any other unwrapped lines.
108 virtual void consumeUnwrappedLine(const UnwrappedLine &Line) = 0;
159 // FIXME: We are constantly running into bugs where Line.Level is incorrectly
160 // subtracted from beyond 0. Introduce a method to subtract from Line.Level
162 OwningPtr<UnwrappedLine> Line;
165 // line as the previous token, or not. If not, they belong to the next token.
166 // Since the next token might already be in a new unwrapped line, we need to
177 // after an unwarpped line that has been started was finished.
182 // there is an unfinished previous unwrapped line, will point to
186 // We store for each line whether it must be a declaration depending on