Searched defs:ExpectedData (Results 1 – 4 of 4) sorted by relevance
236 struct ExpectedData { struct237 DirectiveList Errors;238 DirectiveList Warnings;239 DirectiveList Remarks;240 DirectiveList Notes;242 void Reset() { in Reset()
41 auto ExpectedData = in getString() local
215 auto ExpectedData = File.getBlockData(I, File.getBlockSize()); in dumpBlockRanges() local
51 using ExpectedData = VerifyDiagnosticConsumer::ExpectedData; typedef