Lines Matching defs:lineNo
592 ExpectedDiag(DiagnosticSeverity kind, unsigned lineNo, SMLoc fileLoc,
594 : kind(kind), lineNo(lineNo), fileLoc(fileLoc), substring(substring) {}
651 unsigned lineNo;
729 for (unsigned lineNo = 0, e = lines.size(); lineNo < e; ++lineNo) {
731 if (!expected.match(lines[lineNo].rtrim(), &matches)) {
735 expectedDiags[diagIndex].lineNo = lineNo + 1;
738 lastNonDesignatorLine = lineNo;
756 ExpectedDiag record(kind, lineNo + 1, expectedStart, matches[5]);
774 record.lineNo += offset;
776 record.lineNo -= offset;
780 record.lineNo = lastNonDesignatorLine + 1;
789 record.lineNo = e;
877 if (line == e.lineNo && e.match(msg)) {