Lines Matching refs:AnnotatedLine

23 bool startsExternCBlock(const AnnotatedLine &Line) {  in startsExternCBlock()
54 void nextLine(const AnnotatedLine &Line) { in nextLine()
72 void skipLine(const AnnotatedLine &Line) { in skipLine()
82 void adjustToUnmodifiedLine(const AnnotatedLine &Line) { in adjustToUnmodifiedLine()
138 bool isNamespaceDeclaration(const AnnotatedLine *Line) { in isNamespaceDeclaration()
143 bool isEndOfNamespace(const AnnotatedLine *Line, in isEndOfNamespace()
144 const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) { in isEndOfNamespace()
157 const SmallVectorImpl<AnnotatedLine *> &Lines) in LineJoiner()
162 const AnnotatedLine *getNextMergedLine(bool DryRun, in getNextMergedLine()
166 const AnnotatedLine *Current = *Next; in getNextMergedLine()
186 SmallVectorImpl<AnnotatedLine *>::const_iterator I, in tryFitMultipleLinesInOne()
187 SmallVectorImpl<AnnotatedLine *>::const_iterator E) { in tryFitMultipleLinesInOne()
194 const AnnotatedLine *TheLine = *I; in tryFitMultipleLinesInOne()
385 tryMergeSimplePPDirective(SmallVectorImpl<AnnotatedLine *>::const_iterator I, in tryMergeSimplePPDirective()
386 SmallVectorImpl<AnnotatedLine *>::const_iterator E, in tryMergeSimplePPDirective()
398 SmallVectorImpl<AnnotatedLine *>::const_iterator I, in tryMergeSimpleControlStatement()
399 SmallVectorImpl<AnnotatedLine *>::const_iterator E, unsigned Limit) { in tryMergeSimpleControlStatement()
409 AnnotatedLine &Line = **I; in tryMergeSimpleControlStatement()
425 tryMergeShortCaseLabels(SmallVectorImpl<AnnotatedLine *>::const_iterator I, in tryMergeShortCaseLabels()
426 SmallVectorImpl<AnnotatedLine *>::const_iterator E, in tryMergeShortCaseLabels()
441 const AnnotatedLine *Line = I[1 + NumStmts]; in tryMergeShortCaseLabels()
453 SmallVectorImpl<AnnotatedLine *>::const_iterator J = I + 2 + NumStmts; in tryMergeShortCaseLabels()
475 tryMergeSimpleBlock(SmallVectorImpl<AnnotatedLine *>::const_iterator I, in tryMergeSimpleBlock()
476 SmallVectorImpl<AnnotatedLine *>::const_iterator E, in tryMergeSimpleBlock()
478 AnnotatedLine &Line = **I; in tryMergeSimpleBlock()
614 limitConsideringMacros(SmallVectorImpl<AnnotatedLine *>::const_iterator I, in limitConsideringMacros()
615 SmallVectorImpl<AnnotatedLine *>::const_iterator E, in limitConsideringMacros()
624 bool nextTwoLinesFitInto(SmallVectorImpl<AnnotatedLine *>::const_iterator I, in nextTwoLinesFitInto()
631 bool containsMustBreak(const AnnotatedLine *Line) { in containsMustBreak()
639 void join(AnnotatedLine &A, const AnnotatedLine &B) { in join()
656 const SmallVectorImpl<AnnotatedLine *>::const_iterator End;
658 SmallVectorImpl<AnnotatedLine *>::const_iterator Next;
659 const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines;
665 for (AnnotatedLine *Child : Tok->Children) in markFinalized()
694 virtual unsigned formatLine(const AnnotatedLine &Line,
751 const AnnotatedLine *Child = Previous.Children[0]; in formatChildren()
793 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine()
819 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine()
844 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine()
1013 UnwrappedLineFormatter::format(const SmallVectorImpl<AnnotatedLine *> &Lines, in format()
1022 std::pair<const SmallVectorImpl<AnnotatedLine *> *, unsigned> CacheKey( in format()
1032 const AnnotatedLine *PreviousLine = nullptr; in format()
1033 const AnnotatedLine *NextLine = nullptr; in format()
1039 for (const AnnotatedLine *Line = in format()
1042 const AnnotatedLine &TheLine = *Line; in format()
1137 const AnnotatedLine &Line, const AnnotatedLine *PreviousLine, in formatFirstToken()
1138 const SmallVectorImpl<AnnotatedLine *> &Lines, unsigned Indent, in formatFirstToken()
1196 const AnnotatedLine *NextLine) const { in getColumnLimit()