Searched refs:TempCursor (Results 1 – 1 of 1) sorted by relevance
973 BitstreamCursor TempCursor = Stream; in loadGlobalDeclAttachments() local977 if (Error Err = TempCursor.JumpToBit(GlobalDeclAttachmentPos)) in loadGlobalDeclAttachments()982 TempCursor in loadGlobalDeclAttachments()998 uint64_t CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments()999 Expected<unsigned> MaybeCode = TempCursor.skipRecord(Entry.ID); in loadGlobalDeclAttachments()1013 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()1017 TempCursor.readRecord(Entry.ID, Record)) in loadGlobalDeclAttachments()1030 CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments()1034 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()