Lines Matching refs:AnnotatedLine

43 static bool startsWithInitStatement(const AnnotatedLine &Line) {  in startsWithInitStatement()
125 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser()
2709 AnnotatedLine &Line;
2731 AnnotatedLine &Line) in ExpressionParser()
3120 const AnnotatedLine &Line;
3127 SmallVectorImpl<AnnotatedLine *> &Lines) const { in setCommentLineLevels()
3128 const AnnotatedLine *NextNonCommentLine = nullptr; in setCommentLineLevels()
3129 for (AnnotatedLine *Line : llvm::reverse(Lines)) { in setCommentLineLevels()
3158 static unsigned maxNestingDepth(const AnnotatedLine &Line) { in maxNestingDepth()
3167 static FormatToken *getFunctionName(const AnnotatedLine &Line) { in getFunctionName()
3239 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate()
3287 const AnnotatedLine &Line, in isFunctionDeclarationName()
3425 bool TokenAnnotator::mustBreakForReturnType(const AnnotatedLine &Line) const { in mustBreakForReturnType()
3449 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) const { in calculateFormattingInformation()
3450 for (AnnotatedLine *ChildLine : Line.Children) in calculateFormattingInformation()
3666 AnnotatedLine &Line) const { in calculateUnbreakableTailLengths()
3683 AnnotatedLine &Line) const { in calculateArrayInitializerColumnList()
3703 AnnotatedLine &Line, FormatToken *CurrentToken, unsigned Depth) const { in calculateInitializerColumnList()
3721 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
3950 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()
4400 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()
4980 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore()
5412 bool TokenAnnotator::canBreakBefore(const AnnotatedLine &Line, in canBreakBefore()
5779 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) const { in printDebugInfo()