• Home
  • Raw
  • Download

Lines Matching refs:GlobalIndex

2067     if (GlobalIndex->lookupIdentifier(II.getName(), Hits)) {  in updateOutOfDateIdentifier()
4096 if (GlobalIndex) in loadGlobalIndex()
4115 GlobalIndex.reset(Result.first); in loadGlobalIndex()
4116 ModuleMgr.setGlobalIndex(GlobalIndex.get()); in loadGlobalIndex()
4211 GlobalIndex.reset(); in ReadAST()
5507 SubmoduleID GlobalIndex = GlobalID - NUM_PREDEF_SUBMODULE_IDS; in ReadSubmoduleBlock() local
5508 if (GlobalIndex >= SubmodulesLoaded.size() || in ReadSubmoduleBlock()
5509 SubmodulesLoaded[GlobalIndex]) { in ReadSubmoduleBlock()
5544 SubmodulesLoaded[GlobalIndex] = CurrentModule; in ReadSubmoduleBlock()
5878 ASTReader::getModulePreprocessedEntity(unsigned GlobalIndex) { in getModulePreprocessedEntity() argument
5880 I = GlobalPreprocessedEntityMap.find(GlobalIndex); in getModulePreprocessedEntity()
5884 unsigned LocalIndex = GlobalIndex - M->BasePreprocessedEntityID; in getModulePreprocessedEntity()
5906 SourceRange ASTReader::ReadSkippedRange(unsigned GlobalIndex) { in ReadSkippedRange() argument
5907 auto I = GlobalSkippedRangeMap.find(GlobalIndex); in ReadSkippedRange()
5911 unsigned LocalIndex = GlobalIndex - M->BasePreprocessedSkippedRangeID; in ReadSkippedRange()
7074 unsigned GlobalIndex = LocalIndex + I->second; in getGlobalTypeID() local
7075 return (GlobalIndex << Qualifiers::FastWidth) | FastQuals; in getGlobalTypeID()
7754 if (GlobalIndex) { in PrintStats()
7756 GlobalIndex->printStats(); in PrintStats()
7967 if (GlobalIndex->lookupIdentifier(Name, Hits)) { in get()
8075 GlobalIndex->createIdentifierIterator()); in getIdentifiers()