Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h91 struct ExpectedData { struct
92 DirectiveList Errors;
93 DirectiveList Warnings;
94 DirectiveList Remarks;
95 DirectiveList Notes;
97 void Reset() { in Reset()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp322 if (auto ExpectedData = getFunctionInfoDataForAddress(Addr, FuncStartAddr)) in getFunctionInfo() local
331 if (auto ExpectedData = getFunctionInfoDataAtIndex(Idx, FuncStartAddr)) in getFunctionInfoAtIndex() local
341 if (auto ExpectedData = getFunctionInfoDataForAddress(Addr, FuncStartAddr)) in lookup() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMinidump.cpp40 auto ExpectedData = in getString() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp215 auto ExpectedData = File.getBlockData(I, File.getBlockSize()); in dumpBlockRanges() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp50 using ExpectedData = VerifyDiagnosticConsumer::ExpectedData; typedef