Lines Matching refs:GlobalModuleIndex
128 GlobalModuleIndex::GlobalModuleIndex( in GlobalModuleIndex() function in GlobalModuleIndex
248 GlobalModuleIndex::~GlobalModuleIndex() { in ~GlobalModuleIndex()
252 std::pair<GlobalModuleIndex *, llvm::Error>
253 GlobalModuleIndex::readIndex(StringRef Path) { in readIndex()
280 return std::make_pair(new GlobalModuleIndex(std::move(Buffer), Cursor), in readIndex()
285 GlobalModuleIndex::getKnownModules(SmallVectorImpl<ModuleFile *> &ModuleFiles) { in getKnownModules()
293 void GlobalModuleIndex::getModuleDependencies( in getModuleDependencies()
311 bool GlobalModuleIndex::lookupIdentifier(StringRef Name, HitSet &Hits) { in lookupIdentifier()
337 bool GlobalModuleIndex::loadedModuleFile(ModuleFile *File) { in loadedModuleFile()
364 void GlobalModuleIndex::printStats() { in printStats()
374 LLVM_DUMP_METHOD void GlobalModuleIndex::dump() { in dump()
852 GlobalModuleIndex::writeIndex(FileManager &FileMgr, in writeIndex()
945 IdentifierIterator *GlobalModuleIndex::createIdentifierIterator() const { in createIdentifierIterator()