Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h88 struct ExpectedData { struct
89 DirectiveList Errors;
90 DirectiveList Warnings;
91 DirectiveList Remarks;
92 DirectiveList Notes;
94 void Reset() { in Reset()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp323 if (auto ExpectedData = getFunctionInfoDataForAddress(Addr, FuncStartAddr)) in getFunctionInfo() local
332 if (auto ExpectedData = getFunctionInfoDataAtIndex(Idx, FuncStartAddr)) in getFunctionInfoAtIndex() local
340 if (auto ExpectedData = getFunctionInfoDataForAddress(Addr, FuncStartAddr)) in lookup() local
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DMinidump.cpp41 auto ExpectedData = in getString() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp215 auto ExpectedData = File.getBlockData(I, File.getBlockSize()); in dumpBlockRanges() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp51 using ExpectedData = VerifyDiagnosticConsumer::ExpectedData; typedef