Home | History | Annotate | Download | only in Frontend

Lines Matching refs:GlobalIndex

1526   GlobalModuleIndex *GlobalIndex = ModuleManager->getGlobalIndex();
1528 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() &&
1537 GlobalIndex = ModuleManager->getGlobalIndex();
1541 if (!HaveFullGlobalModuleIndex && GlobalIndex && !buildingModule()) {
1565 GlobalIndex = ModuleManager->getGlobalIndex();
1569 return GlobalIndex;
1580 GlobalModuleIndex *GlobalIndex = loadGlobalModuleIndex(
1584 if (GlobalIndex) {
1590 if (GlobalIndex->lookupIdentifier(Name, FoundModules))