Searched refs:RawCode (Results 1 – 2 of 2) sorted by relevance
78 ::testing::AssertionResult errorOK(StringRef RawCode) { in errorOK() argument79 if (!RawCode.contains("error-ok")) { in errorOK()
6472 Expected<unsigned> RawCode = DeclsCursor.ReadCode(); in readTypeRecord() local6473 if (!RawCode) { in readTypeRecord()6474 Error(RawCode.takeError()); in readTypeRecord()6479 Expected<unsigned> Code = Record.readRecord(DeclsCursor, RawCode.get()); in readTypeRecord()