Lines Matching refs:AnnotatedLine

23 bool startsExternCBlock(const AnnotatedLine &Line) {  in startsExternCBlock()
59 void nextLine(const AnnotatedLine &Line) { in nextLine()
97 void adjustToUnmodifiedLine(const AnnotatedLine &Line) { in adjustToUnmodifiedLine()
188 const AnnotatedLine *Line, in getMatchingNamespaceToken()
189 const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) { in getMatchingNamespaceToken()
199 StringRef getNamespaceTokenText(const AnnotatedLine *Line) { in getNamespaceTokenText()
205 const AnnotatedLine *Line, in getMatchingNamespaceTokenText()
206 const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) { in getMatchingNamespaceTokenText()
215 const SmallVectorImpl<AnnotatedLine *> &Lines) in LineJoiner()
220 const AnnotatedLine *getNextMergedLine(bool DryRun, in getNextMergedLine()
224 const AnnotatedLine *Current = *Next; in getNextMergedLine()
245 SmallVectorImpl<AnnotatedLine *>::const_iterator I, in tryFitMultipleLinesInOne()
246 SmallVectorImpl<AnnotatedLine *>::const_iterator E) { in tryFitMultipleLinesInOne()
253 const AnnotatedLine *TheLine = *I; in tryFitMultipleLinesInOne()
335 const AnnotatedLine *Line = nullptr; in tryFitMultipleLinesInOne()
602 tryMergeSimplePPDirective(SmallVectorImpl<AnnotatedLine *>::const_iterator I, in tryMergeSimplePPDirective()
603 SmallVectorImpl<AnnotatedLine *>::const_iterator E, in tryMergeSimplePPDirective()
615 SmallVectorImpl<AnnotatedLine *>::const_iterator I, in tryMergeSimpleControlStatement()
616 SmallVectorImpl<AnnotatedLine *>::const_iterator E, unsigned Limit) { in tryMergeSimpleControlStatement()
630 AnnotatedLine &Line = **I; in tryMergeSimpleControlStatement()
657 tryMergeShortCaseLabels(SmallVectorImpl<AnnotatedLine *>::const_iterator I, in tryMergeShortCaseLabels()
658 SmallVectorImpl<AnnotatedLine *>::const_iterator E, in tryMergeShortCaseLabels()
675 const AnnotatedLine *Line = I[1 + NumStmts]; in tryMergeShortCaseLabels()
690 SmallVectorImpl<AnnotatedLine *>::const_iterator J = I + 2 + NumStmts; in tryMergeShortCaseLabels()
712 tryMergeSimpleBlock(SmallVectorImpl<AnnotatedLine *>::const_iterator I, in tryMergeSimpleBlock()
713 SmallVectorImpl<AnnotatedLine *>::const_iterator E, in tryMergeSimpleBlock()
719 AnnotatedLine &Line = **I; in tryMergeSimpleBlock()
893 limitConsideringMacros(SmallVectorImpl<AnnotatedLine *>::const_iterator I, in limitConsideringMacros()
894 SmallVectorImpl<AnnotatedLine *>::const_iterator E, in limitConsideringMacros()
903 bool nextTwoLinesFitInto(SmallVectorImpl<AnnotatedLine *>::const_iterator I, in nextTwoLinesFitInto()
910 bool containsMustBreak(const AnnotatedLine *Line) { in containsMustBreak()
920 void join(AnnotatedLine &A, const AnnotatedLine &B) { in join()
937 const SmallVectorImpl<AnnotatedLine *>::const_iterator End;
939 SmallVectorImpl<AnnotatedLine *>::const_iterator Next;
940 const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines;
996 virtual unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent,
1053 const AnnotatedLine *Child = Previous.Children[0]; in formatChildren()
1099 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine()
1125 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine()
1150 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine()
1324 const SmallVectorImpl<AnnotatedLine *> &Lines, bool DryRun, in format()
1330 std::pair<const SmallVectorImpl<AnnotatedLine *> *, unsigned> CacheKey( in format()
1340 const AnnotatedLine *PrevPrevLine = nullptr; in format()
1341 const AnnotatedLine *PreviousLine = nullptr; in format()
1342 const AnnotatedLine *NextLine = nullptr; in format()
1348 for (const AnnotatedLine *Line = in format()
1353 const AnnotatedLine &TheLine = *Line; in format()
1451 static auto computeNewlines(const AnnotatedLine &Line, in computeNewlines()
1452 const AnnotatedLine *PreviousLine, in computeNewlines()
1453 const AnnotatedLine *PrevPrevLine, in computeNewlines()
1454 const SmallVectorImpl<AnnotatedLine *> &Lines, in computeNewlines()
1542 const AnnotatedLine &Line, const AnnotatedLine *PreviousLine, in formatFirstToken()
1543 const AnnotatedLine *PrevPrevLine, in formatFirstToken()
1544 const SmallVectorImpl<AnnotatedLine *> &Lines, unsigned Indent, in formatFirstToken()
1583 const AnnotatedLine *NextLine) const { in getColumnLimit()