Searched refs:TokenAnnotator (Results 1 – 4 of 4) sorted by relevance
71 class TokenAnnotator {73 TokenAnnotator(const FormatStyle &Style, IdentifierInfo &Ident_in) in TokenAnnotator() function
6 TokenAnnotator.cpp
932 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate()952 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) { in calculateFormattingInformation()1008 void TokenAnnotator::calculateUnbreakableTailLengths(AnnotatedLine &Line) { in calculateUnbreakableTailLengths()1024 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()1110 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()1196 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()1251 bool TokenAnnotator::canBreakBefore(const AnnotatedLine &Line, in canBreakBefore()1333 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) { in printDebugInfo()
1471 TokenAnnotator Annotator(Style, Tokens.getIdentTable().get("in")); in format()