Home
last modified time | relevance | path

Searched refs:ExpectedData (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h195 struct ExpectedData { struct
226 ExpectedData ED;
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp216 auto ExpectedData = File.getBlockData(I, File.getBlockSize()); in dumpBlockRanges() local
217 if (!ExpectedData) { in dumpBlockRanges()
219 toString(ExpectedData.takeError())); in dumpBlockRanges()
223 P.formatBinary(Label, *ExpectedData, Base, 0); in dumpBlockRanges()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp52 using ExpectedData = VerifyDiagnosticConsumer::ExpectedData; typedef
370 static bool ParseDirective(StringRef S, ExpectedData *ED, SourceManager &SM, in ParseDirective()
826 ExpectedData &ED) { in CheckResults()