Lines Matching refs:AnnotatedLine
50 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser()
1679 AnnotatedLine &Line;
1699 AnnotatedLine &Line) in ExpressionParser()
1896 SmallVectorImpl<AnnotatedLine *> &Lines) { in setCommentLineLevels()
1897 const AnnotatedLine *NextNonCommentLine = nullptr; in setCommentLineLevels()
1898 for (SmallVectorImpl<AnnotatedLine *>::reverse_iterator I = Lines.rbegin(), in setCommentLineLevels()
1929 static unsigned maxNestingDepth(const AnnotatedLine &Line) { in maxNestingDepth()
1936 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate()
1937 for (SmallVectorImpl<AnnotatedLine *>::iterator I = Line.Children.begin(), in annotate()
1972 const AnnotatedLine &Line) { in isFunctionDeclarationName()
2050 bool TokenAnnotator::mustBreakForReturnType(const AnnotatedLine &Line) const { in mustBreakForReturnType()
2073 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) { in calculateFormattingInformation()
2074 for (SmallVectorImpl<AnnotatedLine *>::iterator I = Line.Children.begin(), in calculateFormattingInformation()
2187 void TokenAnnotator::calculateUnbreakableTailLengths(AnnotatedLine &Line) { in calculateUnbreakableTailLengths()
2203 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
2394 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()
2580 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()
2837 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore()
3084 bool TokenAnnotator::canBreakBefore(const AnnotatedLine &Line, in canBreakBefore()
3354 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) { in printDebugInfo()