Lines Matching refs:AnnotatedLine

22 bool startsExternCBlock(const AnnotatedLine &Line) {  in startsExternCBlock()
58 void nextLine(const AnnotatedLine &Line) { in nextLine()
85 void skipLine(const AnnotatedLine &Line, bool UnknownIndent = false) { in skipLine()
95 void adjustToUnmodifiedLine(const AnnotatedLine &Line) { in adjustToUnmodifiedLine()
181 const AnnotatedLine *Line, in getMatchingNamespaceToken()
182 const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) { in getMatchingNamespaceToken()
192 StringRef getNamespaceTokenText(const AnnotatedLine *Line) { in getNamespaceTokenText()
198 const AnnotatedLine *Line, in getMatchingNamespaceTokenText()
199 const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) { in getMatchingNamespaceTokenText()
208 const SmallVectorImpl<AnnotatedLine *> &Lines) in LineJoiner()
213 const AnnotatedLine *getNextMergedLine(bool DryRun, in getNextMergedLine()
217 const AnnotatedLine *Current = *Next; in getNextMergedLine()
238 SmallVectorImpl<AnnotatedLine *>::const_iterator I, in tryFitMultipleLinesInOne()
239 SmallVectorImpl<AnnotatedLine *>::const_iterator E) { in tryFitMultipleLinesInOne()
246 const AnnotatedLine *TheLine = *I; in tryFitMultipleLinesInOne()
328 const AnnotatedLine *Line = nullptr; in tryFitMultipleLinesInOne()
583 tryMergeSimplePPDirective(SmallVectorImpl<AnnotatedLine *>::const_iterator I, in tryMergeSimplePPDirective()
584 SmallVectorImpl<AnnotatedLine *>::const_iterator E, in tryMergeSimplePPDirective()
596 SmallVectorImpl<AnnotatedLine *>::const_iterator I, in tryMergeSimpleControlStatement()
597 SmallVectorImpl<AnnotatedLine *>::const_iterator E, unsigned Limit) { in tryMergeSimpleControlStatement()
611 AnnotatedLine &Line = **I; in tryMergeSimpleControlStatement()
638 tryMergeShortCaseLabels(SmallVectorImpl<AnnotatedLine *>::const_iterator I, in tryMergeShortCaseLabels()
639 SmallVectorImpl<AnnotatedLine *>::const_iterator E, in tryMergeShortCaseLabels()
656 const AnnotatedLine *Line = I[1 + NumStmts]; in tryMergeShortCaseLabels()
671 SmallVectorImpl<AnnotatedLine *>::const_iterator J = I + 2 + NumStmts; in tryMergeShortCaseLabels()
693 tryMergeSimpleBlock(SmallVectorImpl<AnnotatedLine *>::const_iterator I, in tryMergeSimpleBlock()
694 SmallVectorImpl<AnnotatedLine *>::const_iterator E, in tryMergeSimpleBlock()
700 AnnotatedLine &Line = **I; in tryMergeSimpleBlock()
872 limitConsideringMacros(SmallVectorImpl<AnnotatedLine *>::const_iterator I, in limitConsideringMacros()
873 SmallVectorImpl<AnnotatedLine *>::const_iterator E, in limitConsideringMacros()
882 bool nextTwoLinesFitInto(SmallVectorImpl<AnnotatedLine *>::const_iterator I, in nextTwoLinesFitInto()
889 bool containsMustBreak(const AnnotatedLine *Line) { in containsMustBreak()
896 void join(AnnotatedLine &A, const AnnotatedLine &B) { in join()
913 const SmallVectorImpl<AnnotatedLine *>::const_iterator End;
915 SmallVectorImpl<AnnotatedLine *>::const_iterator Next;
916 const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines;
922 for (AnnotatedLine *Child : Tok->Children) in markFinalized()
951 virtual unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent,
1019 const AnnotatedLine *Child = Previous.Children[0]; in formatChildren()
1063 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine()
1089 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine()
1114 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine()
1288 const SmallVectorImpl<AnnotatedLine *> &Lines, bool DryRun, in format()
1294 std::pair<const SmallVectorImpl<AnnotatedLine *> *, unsigned> CacheKey( in format()
1304 const AnnotatedLine *PrevPrevLine = nullptr; in format()
1305 const AnnotatedLine *PreviousLine = nullptr; in format()
1306 const AnnotatedLine *NextLine = nullptr; in format()
1312 for (const AnnotatedLine *Line = in format()
1317 const AnnotatedLine &TheLine = *Line; in format()
1415 const AnnotatedLine &Line, const AnnotatedLine *PreviousLine, in formatFirstToken()
1416 const AnnotatedLine *PrevPrevLine, in formatFirstToken()
1417 const SmallVectorImpl<AnnotatedLine *> &Lines, unsigned Indent, in formatFirstToken()
1526 const AnnotatedLine *NextLine) const { in getColumnLimit()