Home | History | Annotate | Download | only in Format

Lines Matching refs:AnnotatedLine

35   AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line,
1253 AnnotatedLine &Line;
1273 AnnotatedLine &Line)
1458 SmallVectorImpl<AnnotatedLine *> &Lines) {
1459 const AnnotatedLine *NextNonCommentLine = nullptr;
1460 for (SmallVectorImpl<AnnotatedLine *>::reverse_iterator I = Lines.rbegin(),
1473 void TokenAnnotator::annotate(AnnotatedLine &Line) {
1474 for (SmallVectorImpl<AnnotatedLine *>::iterator I = Line.Children.begin(),
1565 bool TokenAnnotator::mustBreakForReturnType(const AnnotatedLine &Line) const {
1588 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) {
1589 for (SmallVectorImpl<AnnotatedLine *>::iterator I = Line.Children.begin(),
1682 void TokenAnnotator::calculateUnbreakableTailLengths(AnnotatedLine &Line) {
1698 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line,
1853 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line,
1986 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line,
2121 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line,
2232 bool TokenAnnotator::canBreakBefore(const AnnotatedLine &Line,
2374 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) {