Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h251 llvm::BitstreamCursor SLocEntryCursor; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1323 BitstreamCursor &SLocEntryCursor = F.SLocEntryCursor; in ReadSourceManagerBlock() local
1329 SLocEntryCursor = F.Stream; in ReadSourceManagerBlock()
1348 SLocEntryCursor.advanceSkippingSubblocks(); in ReadSourceManagerBlock()
1371 SLocEntryCursor.readRecord(E.ID, Record, &Blob); in ReadSourceManagerBlock()
1436 BitstreamCursor &SLocEntryCursor, in ReadSLocEntry()
1440 Expected<unsigned> MaybeCode = SLocEntryCursor.ReadCode(); in ReadSLocEntry()
1448 SLocEntryCursor.readRecord(Code, Record, &Blob); in ReadSLocEntry()
1477 if (llvm::Error Err = F->SLocEntryCursor.JumpToBit( in ReadSLocEntry()
1484 BitstreamCursor &SLocEntryCursor = F->SLocEntryCursor; in ReadSLocEntry() local
1503 SLocEntryCursor.readRecord(Entry.ID, Record, &Blob); in ReadSLocEntry()
[all …]