Searched refs:GlobalBitOffset (Results 1 – 3 of 3) sorted by relevance
191 uint64_t GlobalBitOffset = 0; variable
506 return Loc.F->DeclsCursor.GetCurrentBitNo() + Loc.F->GlobalBitOffset; in GetCurrentCursorOffset()2881 return RecordLocation(I->second, GlobalOffset - I->second->GlobalBitOffset); in getLocalBitOffset()2885 return LocalOffset + M.GlobalBitOffset; in getGlobalBitOffset()
4282 F.GlobalBitOffset = TotalModulesSizeInBits; in ReadAST()4284 GlobalBitOffsetsMap.insert(std::make_pair(F.GlobalBitOffset, &F)); in ReadAST()