Lines Matching refs:TokenAnnotator
3126 void TokenAnnotator::setCommentLineLevels( in setCommentLineLevels()
3239 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate()
3425 bool TokenAnnotator::mustBreakForReturnType(const AnnotatedLine &Line) const { in mustBreakForReturnType()
3449 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) const { in calculateFormattingInformation()
3665 void TokenAnnotator::calculateUnbreakableTailLengths( in calculateUnbreakableTailLengths()
3682 void TokenAnnotator::calculateArrayInitializerColumnList( in calculateArrayInitializerColumnList()
3702 FormatToken *TokenAnnotator::calculateInitializerColumnList( in calculateInitializerColumnList()
3721 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
3936 bool TokenAnnotator::spaceRequiredBeforeParens(const FormatToken &Right) const { in spaceRequiredBeforeParens()
3950 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()
4400 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()
4980 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore()
5412 bool TokenAnnotator::canBreakBefore(const AnnotatedLine &Line, in canBreakBefore()
5779 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) const { in printDebugInfo()
5806 TokenAnnotator::getTokenReferenceAlignment(const FormatToken &Reference) const { in getTokenReferenceAlignment()
5823 TokenAnnotator::getTokenPointerOrReferenceAlignment( in getTokenPointerOrReferenceAlignment()