Lines Matching defs:GlobalIndex
1745 if (GlobalIndex->lookupIdentifier(II.getName(), Hits)) {
3404 if (GlobalIndex)
3420 GlobalIndex.reset(Result.first);
3421 ModuleMgr.setGlobalIndex(GlobalIndex.get());
3507 GlobalIndex.reset();
4488 SubmoduleID GlobalIndex = GlobalID - NUM_PREDEF_SUBMODULE_IDS;
4489 if (GlobalIndex >= SubmodulesLoaded.size() ||
4490 SubmodulesLoaded[GlobalIndex]) {
4522 SubmodulesLoaded[GlobalIndex] = CurrentModule;
4825 ASTReader::getModulePreprocessedEntity(unsigned GlobalIndex) {
4827 I = GlobalPreprocessedEntityMap.find(GlobalIndex);
4831 unsigned LocalIndex = GlobalIndex - M->BasePreprocessedEntityID;
6139 unsigned GlobalIndex = LocalIndex + I->second;
6140 return (GlobalIndex << Qualifiers::FastWidth) | FastQuals;
6838 if (GlobalIndex) {
6840 GlobalIndex->printStats();
6978 if (GlobalIndex->lookupIdentifier(Name, Hits)) {
7048 return GlobalIndex->createIdentifierIterator();