Lines Matching refs:GlobalIndex
1768 if (GlobalIndex->lookupIdentifier(II.getName(), Hits)) { in updateOutOfDateIdentifier()
3408 if (GlobalIndex) in loadGlobalIndex()
3424 GlobalIndex.reset(Result.first); in loadGlobalIndex()
3425 ModuleMgr.setGlobalIndex(GlobalIndex.get()); in loadGlobalIndex()
3511 GlobalIndex.reset(); in ReadAST()
4493 SubmoduleID GlobalIndex = GlobalID - NUM_PREDEF_SUBMODULE_IDS; in ReadSubmoduleBlock() local
4494 if (GlobalIndex >= SubmodulesLoaded.size() || in ReadSubmoduleBlock()
4495 SubmodulesLoaded[GlobalIndex]) { in ReadSubmoduleBlock()
4527 SubmodulesLoaded[GlobalIndex] = CurrentModule; in ReadSubmoduleBlock()
4848 ASTReader::getModulePreprocessedEntity(unsigned GlobalIndex) { in getModulePreprocessedEntity() argument
4850 I = GlobalPreprocessedEntityMap.find(GlobalIndex); in getModulePreprocessedEntity()
4854 unsigned LocalIndex = GlobalIndex - M->BasePreprocessedEntityID; in getModulePreprocessedEntity()
6156 unsigned GlobalIndex = LocalIndex + I->second; in getGlobalTypeID() local
6157 return (GlobalIndex << Qualifiers::FastWidth) | FastQuals; in getGlobalTypeID()
6840 if (GlobalIndex) { in PrintStats()
6842 GlobalIndex->printStats(); in PrintStats()
6988 if (GlobalIndex->lookupIdentifier(Name, Hits)) { in get()
7092 GlobalIndex->createIdentifierIterator()); in getIdentifiers()