Lines Matching defs:Line
22 bool startsExternCBlock(const AnnotatedLine &Line) { in startsExternCBlock()
53 void nextLine(const AnnotatedLine &Line) { in nextLine()
73 void skipLine(const AnnotatedLine &Line) { in skipLine()
83 void adjustToUnmodifiedLine(const AnnotatedLine &Line) { in adjustToUnmodifiedLine()
140 const AnnotatedLine *Line, in getMatchingNamespaceToken()
151 StringRef getNamespaceTokenText(const AnnotatedLine *Line) { in getNamespaceTokenText()
157 const AnnotatedLine *Line, in getMatchingNamespaceTokenText()
439 AnnotatedLine &Line = **I; in tryMergeSimpleControlStatement() local
476 const AnnotatedLine *Line = I[1 + NumStmts]; in tryMergeShortCaseLabels() local
513 AnnotatedLine &Line = **I; in tryMergeSimpleBlock() local
680 bool containsMustBreak(const AnnotatedLine *Line) { in containsMustBreak()
841 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine()
867 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine()
892 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine()
1084 for (const AnnotatedLine *Line = in format() local
1184 const AnnotatedLine &Line, const AnnotatedLine *PreviousLine, in formatFirstToken()