Lines Matching refs:Line
165 AnnotatedLine(const UnwrappedLine &Line) in AnnotatedLine() argument
166 : First(Line.Tokens.front()), Level(Line.Level), in AnnotatedLine()
167 InPPDirective(Line.InPPDirective), in AnnotatedLine()
168 MustBeDeclaration(Line.MustBeDeclaration), in AnnotatedLine()
170 assert(!Line.Tokens.empty()); in AnnotatedLine()
172 for (std::list<FormatToken>::const_iterator I = ++Line.Tokens.begin(), in AnnotatedLine()
173 E = Line.Tokens.end(); in AnnotatedLine()
216 void annotate(AnnotatedLine &Line);
217 void calculateFormattingInformation(AnnotatedLine &Line);
221 unsigned splitPenalty(const AnnotatedLine &Line, const AnnotatedToken &Tok);
223 bool spaceRequiredBetween(const AnnotatedLine &Line,
227 bool spaceRequiredBefore(const AnnotatedLine &Line,
230 bool canBreakBefore(const AnnotatedLine &Line, const AnnotatedToken &Right);