Lines Matching defs:GlobalIndex
1457 if (GlobalIndex->lookupIdentifier(II.getName(), Hits)) {
2880 if (GlobalIndex)
2896 GlobalIndex.reset(Result.first);
2897 ModuleMgr.setGlobalIndex(GlobalIndex.get());
2935 GlobalIndex.reset();
3682 SubmoduleID GlobalIndex = GlobalID - NUM_PREDEF_SUBMODULE_IDS;
3683 if (GlobalIndex >= SubmodulesLoaded.size() ||
3684 SubmodulesLoaded[GlobalIndex]) {
3714 SubmodulesLoaded[GlobalIndex] = CurrentModule;
4113 ASTReader::getModulePreprocessedEntity(unsigned GlobalIndex) {
4115 I = GlobalPreprocessedEntityMap.find(GlobalIndex);
4119 unsigned LocalIndex = GlobalIndex - M->BasePreprocessedEntityID;
5304 unsigned GlobalIndex = LocalIndex + I->second;
5305 return (GlobalIndex << Qualifiers::FastWidth) | FastQuals;
6040 if (GlobalIndex) {
6042 GlobalIndex->printStats();
6152 if (GlobalIndex->lookupIdentifier(Name, Hits)) {
6222 return GlobalIndex->createIdentifierIterator();