Searched defs:ExpectedData (Results 1 – 5 of 5) sorted by relevance
88 struct ExpectedData { struct89 DirectiveList Errors;90 DirectiveList Warnings;91 DirectiveList Remarks;92 DirectiveList Notes;94 void Reset() { in Reset()
323 if (auto ExpectedData = getFunctionInfoDataForAddress(Addr, FuncStartAddr)) in getFunctionInfo() local332 if (auto ExpectedData = getFunctionInfoDataAtIndex(Idx, FuncStartAddr)) in getFunctionInfoAtIndex() local340 if (auto ExpectedData = getFunctionInfoDataForAddress(Addr, FuncStartAddr)) in lookup() local
41 auto ExpectedData = in getString() local
215 auto ExpectedData = File.getBlockData(I, File.getBlockSize()); in dumpBlockRanges() local
51 using ExpectedData = VerifyDiagnosticConsumer::ExpectedData; typedef