Lines Matching refs:AnnotatedLine
39 class AnnotatedLine {
41 AnnotatedLine(const UnwrappedLine &Line)
76 void annotate(AnnotatedLine &Line);
77 void calculateFormattingInformation(AnnotatedLine &Line);
81 unsigned splitPenalty(const AnnotatedLine &Line, const FormatToken &Tok);
83 bool spaceRequiredBetween(const AnnotatedLine &Line, const FormatToken &Left,
86 bool spaceRequiredBefore(const AnnotatedLine &Line, const FormatToken &Tok);
88 bool canBreakBefore(const AnnotatedLine &Line, const FormatToken &Right);
90 void printDebugInfo(const AnnotatedLine &Line);
92 void calculateUnbreakableTailLengths(AnnotatedLine &Line);