Home | History | Annotate | Download | only in Frontend

Lines Matching defs:GlobalIndex

1662   GlobalModuleIndex *GlobalIndex = ModuleManager->getGlobalIndex();
1664 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() &&
1673 GlobalIndex = ModuleManager->getGlobalIndex();
1677 if (!HaveFullGlobalModuleIndex && GlobalIndex && !buildingModule()) {
1700 GlobalIndex = ModuleManager->getGlobalIndex();
1704 return GlobalIndex;
1715 GlobalModuleIndex *GlobalIndex = loadGlobalModuleIndex(
1719 if (GlobalIndex) {
1725 if (GlobalIndex->lookupIdentifier(Name, FoundModules))