Home | History | Annotate | Download | only in Serialization

Lines Matching refs:GlobalIndex

1695     if (GlobalIndex->lookupIdentifier(II.getName(), Hits)) {
3404 if (GlobalIndex)
3420 GlobalIndex.reset(Result.first);
3421 ModuleMgr.setGlobalIndex(GlobalIndex.get());
3478 GlobalIndex.reset();
4265 SubmoduleID GlobalIndex = GlobalID - NUM_PREDEF_SUBMODULE_IDS;
4266 if (GlobalIndex >= SubmodulesLoaded.size() ||
4267 SubmodulesLoaded[GlobalIndex]) {
4298 SubmodulesLoaded[GlobalIndex] = CurrentModule;
4698 ASTReader::getModulePreprocessedEntity(unsigned GlobalIndex) {
4700 I = GlobalPreprocessedEntityMap.find(GlobalIndex);
4704 unsigned LocalIndex = GlobalIndex - M->BasePreprocessedEntityID;
5891 unsigned GlobalIndex = LocalIndex + I->second;
5892 return (GlobalIndex << Qualifiers::FastWidth) | FastQuals;
6711 if (GlobalIndex) {
6713 GlobalIndex->printStats();
6839 if (GlobalIndex->lookupIdentifier(Name, Hits)) {
6909 return GlobalIndex->createIdentifierIterator();