Lines Matching refs:TokenAnnotator

2642 void TokenAnnotator::setCommentLineLevels(  in setCommentLineLevels()
2678 void TokenAnnotator::annotate(AnnotatedLine &Line) const { in annotate()
2827 bool TokenAnnotator::mustBreakForReturnType(const AnnotatedLine &Line) const { in mustBreakForReturnType()
2851 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) const { in calculateFormattingInformation()
2976 void TokenAnnotator::calculateUnbreakableTailLengths( in calculateUnbreakableTailLengths()
2993 void TokenAnnotator::calculateArrayInitializerColumnList( in calculateArrayInitializerColumnList()
3013 FormatToken *TokenAnnotator::calculateInitializerColumnList( in calculateInitializerColumnList()
3032 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
3244 bool TokenAnnotator::spaceRequiredBeforeParens(const FormatToken &Right) const { in spaceRequiredBeforeParens()
3258 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()
3682 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()
4184 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore()
4595 bool TokenAnnotator::canBreakBefore(const AnnotatedLine &Line, in canBreakBefore()
4944 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) const { in printDebugInfo()
4969 TokenAnnotator::getTokenReferenceAlignment(const FormatToken &Reference) const { in getTokenReferenceAlignment()
4986 TokenAnnotator::getTokenPointerOrReferenceAlignment( in getTokenPointerOrReferenceAlignment()