Lines Matching defs:Line
35 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser()
1337 AnnotatedLine &Line; member in clang::format::__anon5916cca10111::AnnotatingParser
1357 AnnotatedLine &Line) in ExpressionParser()
1563 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate()
1591 const AnnotatedLine &Line) { in isFunctionDeclarationName()
1688 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) { in calculateFormattingInformation()
1782 void TokenAnnotator::calculateUnbreakableTailLengths(AnnotatedLine &Line) { in calculateUnbreakableTailLengths()
1798 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
1965 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()
2097 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()
2251 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore()
2359 bool TokenAnnotator::canBreakBefore(const AnnotatedLine &Line, in canBreakBefore()
2511 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) { in printDebugInfo()