Searched defs:ExpectedData (Results 1 – 5 of 5) sorted by relevance
91 struct ExpectedData { struct92 DirectiveList Errors;93 DirectiveList Warnings;94 DirectiveList Remarks;95 DirectiveList Notes;97 void Reset() { in Reset()
322 if (auto ExpectedData = getFunctionInfoDataForAddress(Addr, FuncStartAddr)) in getFunctionInfo() local331 if (auto ExpectedData = getFunctionInfoDataAtIndex(Idx, FuncStartAddr)) in getFunctionInfoAtIndex() local341 if (auto ExpectedData = getFunctionInfoDataForAddress(Addr, FuncStartAddr)) in lookup() local
40 auto ExpectedData = in getString() local
215 auto ExpectedData = File.getBlockData(I, File.getBlockSize()); in dumpBlockRanges() local
50 using ExpectedData = VerifyDiagnosticConsumer::ExpectedData; typedef