Lines Matching refs:GlobalIndex
2281 if (GlobalIndex->lookupIdentifier(II.getName(), Hits)) { in updateOutOfDateIdentifier()
4346 if (GlobalIndex) in loadGlobalIndex()
4365 GlobalIndex.reset(Result.first); in loadGlobalIndex()
4366 ModuleMgr.setGlobalIndex(GlobalIndex.get()); in loadGlobalIndex()
4464 GlobalIndex.reset(); in ReadAST()
5800 SubmoduleID GlobalIndex = GlobalID - NUM_PREDEF_SUBMODULE_IDS; in ReadSubmoduleBlock() local
5801 if (GlobalIndex >= SubmodulesLoaded.size() || in ReadSubmoduleBlock()
5802 SubmodulesLoaded[GlobalIndex]) in ReadSubmoduleBlock()
5841 SubmodulesLoaded[GlobalIndex] = CurrentModule; in ReadSubmoduleBlock()
6209 ASTReader::getModulePreprocessedEntity(unsigned GlobalIndex) { in getModulePreprocessedEntity() argument
6211 I = GlobalPreprocessedEntityMap.find(GlobalIndex); in getModulePreprocessedEntity()
6215 unsigned LocalIndex = GlobalIndex - M->BasePreprocessedEntityID; in getModulePreprocessedEntity()
6243 SourceRange ASTReader::ReadSkippedRange(unsigned GlobalIndex) { in ReadSkippedRange() argument
6244 auto I = GlobalSkippedRangeMap.find(GlobalIndex); in ReadSkippedRange()
6248 unsigned LocalIndex = GlobalIndex - M->BasePreprocessedSkippedRangeID; in ReadSkippedRange()
8267 if (GlobalIndex) { in PrintStats()
8269 GlobalIndex->printStats(); in PrintStats()
8480 if (GlobalIndex->lookupIdentifier(Name, Hits)) { in get()
8588 GlobalIndex->createIdentifierIterator()); in getIdentifiers()