Home
last modified time | relevance | path

Searched refs:SLocEntryCursor (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DModuleFile.h251 llvm::BitstreamCursor SLocEntryCursor; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp1321 BitstreamCursor &SLocEntryCursor = F.SLocEntryCursor; in ReadSourceManagerBlock() local
1327 SLocEntryCursor = F.Stream; in ReadSourceManagerBlock()
1337 SLocEntryCursor.EnterSubBlock(SOURCE_MANAGER_BLOCK_ID)) { in ReadSourceManagerBlock()
1341 F.SourceManagerBlockStartOffset = SLocEntryCursor.GetCurrentBitNo(); in ReadSourceManagerBlock()
1346 SLocEntryCursor.advanceSkippingSubblocks(); in ReadSourceManagerBlock()
1369 SLocEntryCursor.readRecord(E.ID, Record, &Blob); in ReadSourceManagerBlock()
1434 BitstreamCursor &SLocEntryCursor, in ReadSLocEntry()
1438 Expected<unsigned> MaybeCode = SLocEntryCursor.ReadCode(); in ReadSLocEntry()
1446 SLocEntryCursor.readRecord(Code, Record, &Blob); in ReadSLocEntry()
1475 if (llvm::Error Err = F->SLocEntryCursor.JumpToBit( in ReadSLocEntry()
[all …]