Home
last modified time | relevance | path

Searched defs:ExpectedData (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h236 struct ExpectedData { struct
237 DirectiveList Errors;
238 DirectiveList Warnings;
239 DirectiveList Remarks;
240 DirectiveList Notes;
242 void Reset() { in Reset()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMinidump.cpp41 auto ExpectedData = in getString() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp215 auto ExpectedData = File.getBlockData(I, File.getBlockSize()); in dumpBlockRanges() local
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp51 using ExpectedData = VerifyDiagnosticConsumer::ExpectedData; typedef