Lines Matching defs:Line
21 bool startsExternCBlock(const AnnotatedLine &Line) { in startsExternCBlock()
52 void nextLine(const AnnotatedLine &Line) { in nextLine()
73 void adjustToUnmodifiedLine(const AnnotatedLine &Line) { in adjustToUnmodifiedLine()
273 AnnotatedLine &Line = **I; in tryMergeSimpleControlStatement() local
301 const AnnotatedLine *Line = I[1 + NumStmts]; in tryMergeShortCaseLabels() local
321 AnnotatedLine &Line = **I; in tryMergeSimpleBlock() local
423 bool containsMustBreak(const AnnotatedLine *Line) { in containsMustBreak()
582 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine()
608 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine()
631 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine()
819 for (const AnnotatedLine *Line = in format() local