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
59 class GlobalModuleIndex {
68 /// GlobalModuleIndex.
118 explicit GlobalModuleIndex(llvm::MemoryBuffer *Buffer,
121 GlobalModuleIndex(const GlobalModuleIndex &) LLVM_DELETED_FUNCTION;
122 GlobalModuleIndex &operator=(const GlobalModuleIndex &) LLVM_DELETED_FUNCTION;
125 ~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"
125 GlobalModuleIndex::GlobalModuleIndex(llvm::MemoryBuffer *Buffer,
231 GlobalModuleIndex::~GlobalModuleIndex() {
235 std::pair<GlobalModuleIndex *, GlobalModuleIndex::ErrorCode>
236 GlobalModuleIndex::readIndex(StringRef Path)
    [all...]

Completed in 90 milliseconds