Searched refs:ExpectedData (Results 1 – 4 of 4) sorted by relevance
41 auto ExpectedData = in getString() local43 if (!ExpectedData) in getString()44 return ExpectedData.takeError(); in getString()47 copy(*ExpectedData, WStr.begin()); in getString()
236 struct ExpectedData { struct270 ExpectedData ED;
215 auto ExpectedData = File.getBlockData(I, File.getBlockSize()); in dumpBlockRanges() local216 if (!ExpectedData) { in dumpBlockRanges()218 toString(ExpectedData.takeError())); in dumpBlockRanges()222 P.formatBinary(Label, *ExpectedData, Base, 0); in dumpBlockRanges()
51 using ExpectedData = VerifyDiagnosticConsumer::ExpectedData; typedef403 static bool ParseDirective(StringRef S, ExpectedData *ED, SourceManager &SM, in ParseDirective()985 ExpectedData &ED) { in CheckResults()