Searched refs:TempCursor (Results 1 – 1 of 1) sorted by relevance
888 BitstreamCursor TempCursor = Stream; in loadGlobalDeclAttachments() local892 if (Error Err = TempCursor.JumpToBit(GlobalDeclAttachmentPos)) in loadGlobalDeclAttachments()897 TempCursor in loadGlobalDeclAttachments()913 uint64_t CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments()914 Expected<unsigned> MaybeCode = TempCursor.skipRecord(Entry.ID); in loadGlobalDeclAttachments()928 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()932 TempCursor.readRecord(Entry.ID, Record)) in loadGlobalDeclAttachments()945 CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments()949 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()