Lines Matching refs:AnnotatedLine
22 bool startsExternCBlock(const AnnotatedLine &Line) { in startsExternCBlock()
58 void nextLine(const AnnotatedLine &Line) { in nextLine()
78 void skipLine(const AnnotatedLine &Line, bool UnknownIndent = false) { in skipLine()
88 void adjustToUnmodifiedLine(const AnnotatedLine &Line) { in adjustToUnmodifiedLine()
174 const AnnotatedLine *Line, in getMatchingNamespaceToken()
175 const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) { in getMatchingNamespaceToken()
185 StringRef getNamespaceTokenText(const AnnotatedLine *Line) { in getNamespaceTokenText()
191 const AnnotatedLine *Line, in getMatchingNamespaceTokenText()
192 const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) { in getMatchingNamespaceTokenText()
201 const SmallVectorImpl<AnnotatedLine *> &Lines) in LineJoiner()
206 const AnnotatedLine *getNextMergedLine(bool DryRun, in getNextMergedLine()
210 const AnnotatedLine *Current = *Next; in getNextMergedLine()
231 SmallVectorImpl<AnnotatedLine *>::const_iterator I, in tryFitMultipleLinesInOne()
232 SmallVectorImpl<AnnotatedLine *>::const_iterator E) { in tryFitMultipleLinesInOne()
239 const AnnotatedLine *TheLine = *I; in tryFitMultipleLinesInOne()
321 const AnnotatedLine *Line = nullptr; in tryFitMultipleLinesInOne()
576 tryMergeSimplePPDirective(SmallVectorImpl<AnnotatedLine *>::const_iterator I, in tryMergeSimplePPDirective()
577 SmallVectorImpl<AnnotatedLine *>::const_iterator E, in tryMergeSimplePPDirective()
589 SmallVectorImpl<AnnotatedLine *>::const_iterator I, in tryMergeSimpleControlStatement()
590 SmallVectorImpl<AnnotatedLine *>::const_iterator E, unsigned Limit) { in tryMergeSimpleControlStatement()
604 AnnotatedLine &Line = **I; in tryMergeSimpleControlStatement()
631 tryMergeShortCaseLabels(SmallVectorImpl<AnnotatedLine *>::const_iterator I, in tryMergeShortCaseLabels()
632 SmallVectorImpl<AnnotatedLine *>::const_iterator E, in tryMergeShortCaseLabels()
648 const AnnotatedLine *Line = I[1 + NumStmts]; in tryMergeShortCaseLabels()
661 SmallVectorImpl<AnnotatedLine *>::const_iterator J = I + 2 + NumStmts; in tryMergeShortCaseLabels()
683 tryMergeSimpleBlock(SmallVectorImpl<AnnotatedLine *>::const_iterator I, in tryMergeSimpleBlock()
684 SmallVectorImpl<AnnotatedLine *>::const_iterator E, in tryMergeSimpleBlock()
690 AnnotatedLine &Line = **I; in tryMergeSimpleBlock()
850 limitConsideringMacros(SmallVectorImpl<AnnotatedLine *>::const_iterator I, in limitConsideringMacros()
851 SmallVectorImpl<AnnotatedLine *>::const_iterator E, in limitConsideringMacros()
860 bool nextTwoLinesFitInto(SmallVectorImpl<AnnotatedLine *>::const_iterator I, in nextTwoLinesFitInto()
867 bool containsMustBreak(const AnnotatedLine *Line) { in containsMustBreak()
874 void join(AnnotatedLine &A, const AnnotatedLine &B) { in join()
891 const SmallVectorImpl<AnnotatedLine *>::const_iterator End;
893 SmallVectorImpl<AnnotatedLine *>::const_iterator Next;
894 const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines;
900 for (AnnotatedLine *Child : Tok->Children) in markFinalized()
929 virtual unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent,
997 const AnnotatedLine *Child = Previous.Children[0]; in formatChildren()
1041 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine()
1067 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine()
1092 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine()
1266 const SmallVectorImpl<AnnotatedLine *> &Lines, bool DryRun, in format()
1272 std::pair<const SmallVectorImpl<AnnotatedLine *> *, unsigned> CacheKey( in format()
1282 const AnnotatedLine *PrevPrevLine = nullptr; in format()
1283 const AnnotatedLine *PreviousLine = nullptr; in format()
1284 const AnnotatedLine *NextLine = nullptr; in format()
1290 for (const AnnotatedLine *Line = in format()
1295 const AnnotatedLine &TheLine = *Line; in format()
1393 const AnnotatedLine &Line, const AnnotatedLine *PreviousLine, in formatFirstToken()
1394 const AnnotatedLine *PrevPrevLine, in formatFirstToken()
1395 const SmallVectorImpl<AnnotatedLine *> &Lines, unsigned Indent, in formatFirstToken()
1504 const AnnotatedLine *NextLine) const { in getColumnLimit()