Lines Matching defs:Line
31 static bool startsWithInitStatement(const AnnotatedLine &Line) { in startsWithInitStatement()
81 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser()
2402 AnnotatedLine &Line; member in clang::format::__anon095ba8b90111::AnnotatingParser
2422 AnnotatedLine &Line) in ExpressionParser()
2636 const AnnotatedLine &Line; member in clang::format::__anon095ba8b90111::ExpressionParser
2671 static unsigned maxNestingDepth(const AnnotatedLine &Line) { in maxNestingDepth()
2712 const AnnotatedLine &Line) { in isFunctionDeclarationName()
3014 AnnotatedLine &Line, FormatToken *CurrentToken, unsigned Depth) const { in calculateInitializerColumnList()
3032 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
3258 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()
3682 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()
4175 static const FormatToken *getFirstNonComment(const AnnotatedLine &Line) { in getFirstNonComment()
4184 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore()
4595 bool TokenAnnotator::canBreakBefore(const AnnotatedLine &Line, in canBreakBefore()