Lines Matching defs:GlobalModuleIndex
1 //===--- GlobalModuleIndex.cpp - Global Module Index ------------*- C++ -*-===//
9 // This file implements the GlobalModuleIndex class.
13 #include "clang/Serialization/GlobalModuleIndex.h"
127 GlobalModuleIndex::GlobalModuleIndex(
247 GlobalModuleIndex::~GlobalModuleIndex() {
251 std::pair<GlobalModuleIndex *, llvm::Error>
252 GlobalModuleIndex::readIndex(StringRef Path) {
279 return std::make_pair(new GlobalModuleIndex(std::move(Buffer), std::move(Cursor)),
283 void GlobalModuleIndex::getModuleDependencies(
301 bool GlobalModuleIndex::lookupIdentifier(StringRef Name, HitSet &Hits) {
327 bool GlobalModuleIndex::loadedModuleFile(ModuleFile *File) {
354 void GlobalModuleIndex::printStats() {
364 LLVM_DUMP_METHOD void GlobalModuleIndex::dump() {
843 GlobalModuleIndex::writeIndex(FileManager &FileMgr,
938 IdentifierIterator *GlobalModuleIndex::createIdentifierIterator() const {