Searched refs:LocalIndex (Results 1 – 1 of 1) sorted by relevance
4831 unsigned LocalIndex = GlobalIndex - M->BasePreprocessedEntityID; in getModulePreprocessedEntity() local4832 return std::make_pair(M, LocalIndex); in getModulePreprocessedEntity()4857 unsigned LocalIndex = PPInfo.second; in ReadPreprocessedEntity() local4858 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity()5063 unsigned LocalIndex = PPInfo.second; in isPreprocessedEntityInFileID() local5064 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in isPreprocessedEntityInFileID()6130 unsigned LocalIndex = LocalID >> Qualifiers::FastWidth; in getGlobalTypeID() local6132 if (LocalIndex < NUM_PREDEF_TYPE_IDS) in getGlobalTypeID()6136 = F.TypeRemap.find(LocalIndex - NUM_PREDEF_TYPE_IDS); in getGlobalTypeID()6139 unsigned GlobalIndex = LocalIndex + I->second; in getGlobalTypeID()