Searched refs:TempCursor (Results 1 – 1 of 1) sorted by relevance
977 BitstreamCursor TempCursor = Stream; in loadGlobalDeclAttachments() local981 if (Error Err = TempCursor.JumpToBit(GlobalDeclAttachmentPos)) in loadGlobalDeclAttachments()986 TempCursor in loadGlobalDeclAttachments()1002 uint64_t CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments()1003 Expected<unsigned> MaybeCode = TempCursor.skipRecord(Entry.ID); in loadGlobalDeclAttachments()1017 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()1021 TempCursor.readRecord(Entry.ID, Record)) in loadGlobalDeclAttachments()1034 CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments()1038 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()