Home | History | Annotate | Download | only in Serialization

Lines Matching refs:RecordLocation

1688 ASTReader::RecordLocation
1694 return RecordLocation(It->second.Mod, It->second.Offset);
1703 return RecordLocation(M, DOffs.BitOffset);
1706 ASTReader::RecordLocation ASTReader::getLocalBitOffset(uint64_t GlobalOffset) {
1711 return RecordLocation(I->second, GlobalOffset - I->second->GlobalBitOffset);
1947 RecordLocation Loc = DeclCursorForID(ID, RawLocation);