Lines Matching refs:AnnotatedLine

43 static bool startsWithInitStatement(const AnnotatedLine &Line) {  in startsWithInitStatement()
125 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser()
3108 AnnotatedLine &Line;
3134 AnnotatedLine &Line) in ExpressionParser()
3524 const AnnotatedLine &Line;
3531 SmallVectorImpl<AnnotatedLine *> &Lines) const { in setCommentLineLevels()
3532 const AnnotatedLine *NextNonCommentLine = nullptr; in setCommentLineLevels()
3533 for (AnnotatedLine *Line : llvm::reverse(Lines)) { in setCommentLineLevels()
3562 static unsigned maxNestingDepth(const AnnotatedLine &Line) { in maxNestingDepth()
3571 static FormatToken *getFunctionName(const AnnotatedLine &Line, in getFunctionName()
3646 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate()
3693 const AnnotatedLine &Line, in isFunctionDeclarationName()
3839 bool TokenAnnotator::mustBreakForReturnType(const AnnotatedLine &Line) const { in mustBreakForReturnType()
3864 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) const { in calculateFormattingInformation()
3865 for (AnnotatedLine *ChildLine : Line.Children) in calculateFormattingInformation()
4086 AnnotatedLine &Line) const { in calculateUnbreakableTailLengths()
4103 AnnotatedLine &Line) const { in calculateArrayInitializerColumnList()
4123 AnnotatedLine &Line, FormatToken *CurrentToken, unsigned Depth) const { in calculateInitializerColumnList()
4141 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
4370 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()
4844 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()
5463 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore()
5925 bool TokenAnnotator::canBreakBefore(const AnnotatedLine &Line, in canBreakBefore()
6313 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) const { in printDebugInfo()