Lines Matching refs:TokenAnnotator
1457 void TokenAnnotator::setCommentLineLevels( in setCommentLineLevels()
1473 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate()
1565 bool TokenAnnotator::mustBreakForReturnType(const AnnotatedLine &Line) const { in mustBreakForReturnType()
1588 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) { in calculateFormattingInformation()
1682 void TokenAnnotator::calculateUnbreakableTailLengths(AnnotatedLine &Line) { in calculateUnbreakableTailLengths()
1698 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
1853 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()
1986 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()
2121 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore()
2232 bool TokenAnnotator::canBreakBefore(const AnnotatedLine &Line, in canBreakBefore()
2374 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) { in printDebugInfo()