Lines Matching refs:AnnotatedLine
31 static bool startsWithInitStatement(const AnnotatedLine &Line) { in startsWithInitStatement()
81 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser()
2402 AnnotatedLine &Line;
2422 AnnotatedLine &Line) in ExpressionParser()
2636 const AnnotatedLine &Line;
2643 SmallVectorImpl<AnnotatedLine *> &Lines) const { in setCommentLineLevels()
2644 const AnnotatedLine *NextNonCommentLine = nullptr; in setCommentLineLevels()
2645 for (AnnotatedLine *Line : llvm::reverse(Lines)) { in setCommentLineLevels()
2671 static unsigned maxNestingDepth(const AnnotatedLine &Line) { in maxNestingDepth()
2678 void TokenAnnotator::annotate(AnnotatedLine &Line) const { in annotate()
2712 const AnnotatedLine &Line) { in isFunctionDeclarationName()
2827 bool TokenAnnotator::mustBreakForReturnType(const AnnotatedLine &Line) const { in mustBreakForReturnType()
2851 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) const { in calculateFormattingInformation()
2852 for (AnnotatedLine *ChildLine : Line.Children) in calculateFormattingInformation()
2977 AnnotatedLine &Line) const { in calculateUnbreakableTailLengths()
2994 AnnotatedLine &Line) const { in calculateArrayInitializerColumnList()
3014 AnnotatedLine &Line, FormatToken *CurrentToken, unsigned Depth) const { in calculateInitializerColumnList()
3032 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
3258 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()
3682 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()
4175 static const FormatToken *getFirstNonComment(const AnnotatedLine &Line) { in getFirstNonComment()
4184 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore()
4595 bool TokenAnnotator::canBreakBefore(const AnnotatedLine &Line, in canBreakBefore()
4944 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) const { in printDebugInfo()