Lines Matching defs:Line
31 static bool startsWithInitStatement(const AnnotatedLine &Line) { in startsWithInitStatement()
113 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser()
2474 AnnotatedLine &Line; member in clang::format::__anon192501e00111::AnnotatingParser
2494 AnnotatedLine &Line) in ExpressionParser()
2714 const AnnotatedLine &Line; member in clang::format::__anon192501e00111::ExpressionParser
2752 static unsigned maxNestingDepth(const AnnotatedLine &Line) { in maxNestingDepth()
2793 const AnnotatedLine &Line) { in isFunctionDeclarationName()
3124 AnnotatedLine &Line, FormatToken *CurrentToken, unsigned Depth) const { in calculateInitializerColumnList()
3142 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
3371 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()
3810 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()
4346 static const FormatToken *getFirstNonComment(const AnnotatedLine &Line) { in getFirstNonComment()
4355 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore()
4780 bool TokenAnnotator::canBreakBefore(const AnnotatedLine &Line, in canBreakBefore()