Lines Matching refs:AnnotatedLine
35 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser()
1337 AnnotatedLine &Line;
1357 AnnotatedLine &Line) in ExpressionParser()
1548 SmallVectorImpl<AnnotatedLine *> &Lines) { in setCommentLineLevels()
1549 const AnnotatedLine *NextNonCommentLine = nullptr; in setCommentLineLevels()
1550 for (SmallVectorImpl<AnnotatedLine *>::reverse_iterator I = Lines.rbegin(), in setCommentLineLevels()
1563 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate()
1564 for (SmallVectorImpl<AnnotatedLine *>::iterator I = Line.Children.begin(), in annotate()
1591 const AnnotatedLine &Line) { in isFunctionDeclarationName()
1665 bool TokenAnnotator::mustBreakForReturnType(const AnnotatedLine &Line) const { in mustBreakForReturnType()
1688 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) { in calculateFormattingInformation()
1689 for (SmallVectorImpl<AnnotatedLine *>::iterator I = Line.Children.begin(), in calculateFormattingInformation()
1782 void TokenAnnotator::calculateUnbreakableTailLengths(AnnotatedLine &Line) { in calculateUnbreakableTailLengths()
1798 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
1965 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()
2097 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()
2251 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore()
2359 bool TokenAnnotator::canBreakBefore(const AnnotatedLine &Line, in canBreakBefore()
2511 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) { in printDebugInfo()