Home | History | Annotate | Download | only in Format

Lines Matching refs:AnnotatedLine

1444       SmallVector<AnnotatedLine *, 16> AnnotatedLines;
1446 AnnotatedLines.push_back(new AnnotatedLine(UnwrappedLines[Run][i]));
1467 tooling::Replacements format(SmallVectorImpl<AnnotatedLine *> &AnnotatedLines,
1494 bool computeAffectedLines(SmallVectorImpl<AnnotatedLine *>::iterator I,
1495 SmallVectorImpl<AnnotatedLine *>::iterator E) {
1497 const AnnotatedLine *PreviousLine = nullptr;
1499 AnnotatedLine *Line = *I;
1506 SmallVectorImpl<AnnotatedLine *>::iterator PPEnd = I + 1;
1532 bool nonPPLineAffected(AnnotatedLine *Line,
1533 const AnnotatedLine *PreviousLine) {
1581 void markAllAsAffected(SmallVectorImpl<AnnotatedLine *>::iterator I,
1582 SmallVectorImpl<AnnotatedLine *>::iterator E) {
1629 hasCpp03IncompatibleFormat(const SmallVectorImpl<AnnotatedLine *> &Lines) {
1630 for (const AnnotatedLine* Line : Lines) {
1646 int countVariableAlignments(const SmallVectorImpl<AnnotatedLine *> &Lines) {
1648 for (const AnnotatedLine* Line : Lines) {
1667 deriveLocalStyle(const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) {