Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h273 llvm::BitstreamCursor SLocEntryCursor; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1405 BitstreamCursor &SLocEntryCursor = F.SLocEntryCursor; in ReadSourceManagerBlock() local
1411 SLocEntryCursor = F.Stream; in ReadSourceManagerBlock()
1425 SLocEntryCursor.advanceSkippingSubblocks(); in ReadSourceManagerBlock()
1446 SLocEntryCursor.readRecord(E.ID, Record, &Blob); in ReadSourceManagerBlock()
1464 BitstreamCursor &Cursor = F->SLocEntryCursor; in readSLocOffset()
1547 BitstreamCursor &SLocEntryCursor, in ReadSLocEntry()
1559 SLocEntryCursor.readRecord(Code, Record, &Blob); in ReadSLocEntry()
1595 if (llvm::Error Err = F->SLocEntryCursor.JumpToBit( in ReadSLocEntry()
1602 BitstreamCursor &SLocEntryCursor = F->SLocEntryCursor; in ReadSLocEntry() local
1621 SLocEntryCursor.readRecord(Entry.ID, Record, &Blob); in ReadSLocEntry()
[all …]