Home | History | Annotate | Download | only in Serialization

Lines Matching refs:GlobalIndex

1506     if (GlobalIndex->lookupIdentifier(II.getName(), Hits)) {
2765 if (GlobalIndex)
2781 GlobalIndex.reset(Result.first);
2782 ModuleMgr.setGlobalIndex(GlobalIndex.get());
2812 GlobalIndex.reset();
3463 SubmoduleID GlobalIndex = GlobalID - NUM_PREDEF_SUBMODULE_IDS;
3464 if (GlobalIndex >= SubmodulesLoaded.size() ||
3465 SubmodulesLoaded[GlobalIndex]) {
3490 SubmodulesLoaded[GlobalIndex] = CurrentModule;
3837 ASTReader::getModulePreprocessedEntity(unsigned GlobalIndex) {
3839 I = GlobalPreprocessedEntityMap.find(GlobalIndex);
3843 unsigned LocalIndex = GlobalIndex - M->BasePreprocessedEntityID;
5012 unsigned GlobalIndex = LocalIndex + I->second;
5013 return (GlobalIndex << Qualifiers::FastWidth) | FastQuals;
5752 if (GlobalIndex) {
5754 GlobalIndex->printStats();
5864 if (GlobalIndex->lookupIdentifier(Name, Hits)) {