Searched refs:TokenAnnotator (Results 1 – 6 of 6) sorted by relevance
114 class TokenAnnotator {116 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) in TokenAnnotator() function
8 TokenAnnotator.cpp
26 TokenAnnotator.cpp \
1322 void TokenAnnotator::setCommentLineLevels( in setCommentLineLevels()1338 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate()1398 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) { in calculateFormattingInformation()1495 void TokenAnnotator::calculateUnbreakableTailLengths(AnnotatedLine &Line) { in calculateUnbreakableTailLengths()1511 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()1645 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()1774 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()1893 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore()1990 bool TokenAnnotator::canBreakBefore(const AnnotatedLine &Line, in canBreakBefore()2120 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) { in printDebugInfo()
1239 TokenAnnotator Annotator(Style, Tokens.getKeywords()); in format()
1008 + TokenAnnotator.cpp \