Lines Matching defs:Line
73 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser()
2050 AnnotatedLine &Line; member in clang::format::__anon24cb7f400111::AnnotatingParser
2070 AnnotatedLine &Line) in ExpressionParser()
2303 static unsigned maxNestingDepth(const AnnotatedLine &Line) { in maxNestingDepth()
2310 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate()
2346 const AnnotatedLine &Line) { in isFunctionDeclarationName()
2464 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) { in calculateFormattingInformation()
2579 void TokenAnnotator::calculateUnbreakableTailLengths(AnnotatedLine &Line) { in calculateUnbreakableTailLengths()
2595 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
2797 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()
3078 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()
3501 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore()
3800 bool TokenAnnotator::canBreakBefore(const AnnotatedLine &Line, in canBreakBefore()
4092 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) { in printDebugInfo()