Searched refs:RecID (Results 1 – 2 of 2) sorted by relevance
184 unsigned RecID = Stream.readRecord(BlockOrCode, Record, &Blob); in readDiagnosticBlock() local186 if (RecID < serialized_diags::RECORD_FIRST || in readDiagnosticBlock()187 RecID > serialized_diags::RECORD_LAST) in readDiagnosticBlock()190 switch ((RecordIDs)RecID) { in readDiagnosticBlock()
257 unsigned RecID = MaybeRecID.get(); in readDiagnosticBlock() local259 if (RecID < serialized_diags::RECORD_FIRST || in readDiagnosticBlock()260 RecID > serialized_diags::RECORD_LAST) in readDiagnosticBlock()263 switch ((RecordIDs)RecID) { in readDiagnosticBlock()