Searched refs:expectedDiags (Results 1 – 1 of 1) sorted by relevance
575 auto expectedDiags = expectedDiagsPerFile.find(bufName); in getExpectedDiags() local576 if (expectedDiags != expectedDiagsPerFile.end()) in getExpectedDiags()577 return MutableArrayRef<ExpectedDiag>(expectedDiags->second); in getExpectedDiags()588 auto &expectedDiags = expectedDiagsPerFile[buf->getBufferIdentifier()]; in computeExpectedDiags() local605 expectedDiags[diagIndex].lineNo = lineNo + 1; in computeExpectedDiags()649 designatorsForNextLine.push_back(expectedDiags.size()); in computeExpectedDiags()656 expectedDiags.push_back(record); in computeExpectedDiags()658 return expectedDiags; in computeExpectedDiags()