Searched refs:GlobalBitOffset (Results 1 – 6 of 6) sorted by relevance
173 uint64_t GlobalBitOffset; variable
191 uint64_t GlobalBitOffset = 0; 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()
506 return Loc.F->DeclsCursor.GetCurrentBitNo() + Loc.F->GlobalBitOffset; in GetCurrentCursorOffset()2879 return RecordLocation(I->second, GlobalOffset - I->second->GlobalBitOffset); in getLocalBitOffset()2883 return LocalOffset + M.GlobalBitOffset; in getGlobalBitOffset()
4257 F.GlobalBitOffset = TotalModulesSizeInBits; in ReadAST()4259 GlobalBitOffsetsMap.insert(std::make_pair(F.GlobalBitOffset, &F)); in ReadAST()