Lines Matching defs:Line
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()
185 StringRef getNamespaceTokenText(const AnnotatedLine *Line) { in getNamespaceTokenText()
191 const AnnotatedLine *Line, in getMatchingNamespaceTokenText()
321 const AnnotatedLine *Line = nullptr; in tryFitMultipleLinesInOne() local
604 AnnotatedLine &Line = **I; in tryMergeSimpleControlStatement() local
648 const AnnotatedLine *Line = I[1 + NumStmts]; in tryMergeShortCaseLabels() local
690 AnnotatedLine &Line = **I; in tryMergeSimpleBlock() local
867 bool containsMustBreak(const AnnotatedLine *Line) { in containsMustBreak()
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()
1290 for (const AnnotatedLine *Line = in format() local
1393 const AnnotatedLine &Line, const AnnotatedLine *PreviousLine, in formatFirstToken()