Searched refs:GlobalIndex (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Serialization/
H A DModuleManager.cpp218 GlobalIndex = Index;
219 if (!GlobalIndex) {
227 if (!GlobalIndex->loadedModuleFile(Chain[I])) {
234 if (!GlobalIndex || GlobalIndex->loadedModuleFile(MF))
241 : FileMgr(FileMgr), GlobalIndex(), FirstVisitState(nullptr) {}
H A DASTReader.cpp1695 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; local
4266 if (GlobalIndex >= SubmodulesLoaded.size() ||
4267 SubmodulesLoaded[GlobalIndex]) {
4298 SubmodulesLoaded[GlobalIndex] = CurrentModule;
4698 ASTReader::getModulePreprocessedEntity(unsigned GlobalIndex) { argument
[all...]
/external/clang/include/clang/Serialization/
H A DModuleManager.h63 GlobalModuleIndex *GlobalIndex; member in class:clang::serialization::ModuleManager
H A DASTReader.h369 std::unique_ptr<GlobalModuleIndex> GlobalIndex; member in class:clang::ASTReader
1176 /// \brief Returns (ModuleFile, Local index) pair for \p GlobalIndex of a
1179 getModulePreprocessedEntity(unsigned GlobalIndex);
1390 bool hasGlobalIndex() const { return (bool)GlobalIndex; }
1393 GlobalModuleIndex *getGlobalIndex() { return GlobalIndex.get(); }
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp1526 GlobalModuleIndex *GlobalIndex = ModuleManager->getGlobalIndex(); local
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( local
1584 if (GlobalIndex) {
1590 if (GlobalIndex->lookupIdentifier(Name, FoundModules))

Completed in 7166 milliseconds