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

/external/clang/lib/Serialization/
H A DModuleManager.cpp201 GlobalIndex = Index;
202 if (!GlobalIndex) {
210 if (!GlobalIndex->loadedModuleFile(Chain[I])) {
217 if (!GlobalIndex || GlobalIndex->loadedModuleFile(MF))
224 : FileMgr(FileMgr), GlobalIndex(), FirstVisitState(0) { }
H A DASTReader.cpp1457 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; local
3683 if (GlobalIndex >= SubmodulesLoaded.size() ||
3684 SubmodulesLoaded[GlobalIndex]) {
3714 SubmodulesLoaded[GlobalIndex] = CurrentModule;
4113 ASTReader::getModulePreprocessedEntity(unsigned GlobalIndex) { argument
5304 unsigned GlobalIndex = LocalIndex + I->second; local
[all...]
/external/clang/include/clang/Serialization/
H A DModuleManager.h62 GlobalModuleIndex *GlobalIndex; member in class:clang::serialization::ModuleManager
H A DASTReader.h317 llvm::OwningPtr<GlobalModuleIndex> GlobalIndex; member in class:clang::ASTReader
1041 /// \brief Returns (ModuleFile, Local index) pair for \p GlobalIndex of a
1044 getModulePreprocessedEntity(unsigned GlobalIndex);
1236 bool hasGlobalIndex() const { return GlobalIndex.isValid(); }

Completed in 2679 milliseconds