Lines Matching refs:AnnotatedLine

73   AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line,  in AnnotatingParser()
2106 AnnotatedLine &Line;
2126 AnnotatedLine &Line) in ExpressionParser()
2323 SmallVectorImpl<AnnotatedLine *> &Lines) { in setCommentLineLevels()
2324 const AnnotatedLine *NextNonCommentLine = nullptr; in setCommentLineLevels()
2325 for (SmallVectorImpl<AnnotatedLine *>::reverse_iterator I = Lines.rbegin(), in setCommentLineLevels()
2359 static unsigned maxNestingDepth(const AnnotatedLine &Line) { in maxNestingDepth()
2366 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate()
2367 for (SmallVectorImpl<AnnotatedLine *>::iterator I = Line.Children.begin(), in annotate()
2402 const AnnotatedLine &Line) { in isFunctionDeclarationName()
2512 bool TokenAnnotator::mustBreakForReturnType(const AnnotatedLine &Line) const { in mustBreakForReturnType()
2535 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) { in calculateFormattingInformation()
2536 for (SmallVectorImpl<AnnotatedLine *>::iterator I = Line.Children.begin(), in calculateFormattingInformation()
2656 void TokenAnnotator::calculateUnbreakableTailLengths(AnnotatedLine &Line) { in calculateUnbreakableTailLengths()
2672 void TokenAnnotator::calculateArrayInitializerColumnList(AnnotatedLine &Line) { in calculateArrayInitializerColumnList()
2693 AnnotatedLine &Line, FormatToken *CurrentToken, unsigned Depth) { in calculateInitializerColumnList()
2711 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
2913 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()
3208 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()
3607 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore()
3938 bool TokenAnnotator::canBreakBefore(const AnnotatedLine &Line, in canBreakBefore()
4237 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) { in printDebugInfo()