HomeSort by relevance Sort by last modified time
    Searched defs:GlobalModuleIndex (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Serialization/
GlobalModuleIndex.h 1 //===--- GlobalModuleIndex.h - Global Module Index --------------*- C++ -*-===//
10 // This file defines the GlobalModuleIndex class, which manages a global index
52 class GlobalModuleIndex {
61 /// GlobalModuleIndex.
94 explicit GlobalModuleIndex(FileManager &FileMgr, llvm::MemoryBuffer *Buffer,
97 GlobalModuleIndex(const GlobalModuleIndex &) LLVM_DELETED_FUNCTION;
98 GlobalModuleIndex &operator=(const GlobalModuleIndex &) LLVM_DELETED_FUNCTION;
101 ~GlobalModuleIndex();
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 1 //===--- GlobalModuleIndex.cpp - Global Module Index ------------*- C++ -*-===//
10 // This file implements the GlobalModuleIndex class.
18 #include "clang/Serialization/GlobalModuleIndex.h"
127 GlobalModuleIndex::GlobalModuleIndex(FileManager &FileMgr,
310 GlobalModuleIndex::~GlobalModuleIndex() { }
312 std::pair<GlobalModuleIndex *, GlobalModuleIndex::ErrorCode>
313 GlobalModuleIndex::readIndex(FileManager &FileMgr, StringRef Path)
    [all...]

Completed in 56 milliseconds