Searched refs:GlobalBitOffset (Results 1 – 3 of 3) sorted by relevance
173 uint64_t GlobalBitOffset; variable
447 return F.DeclsCursor.GetCurrentBitNo() + F.GlobalBitOffset; in GetCurrentCursorOffset()2536 return RecordLocation(I->second, GlobalOffset - I->second->GlobalBitOffset); in getLocalBitOffset()2540 return LocalOffset + M.GlobalBitOffset; in getGlobalBitOffset()
3539 F.GlobalBitOffset = TotalModulesSizeInBits; in ReadAST()3541 GlobalBitOffsetsMap.insert(std::make_pair(F.GlobalBitOffset, &F)); in ReadAST()