HomeSort by: relevance | last modified time | path
    Searched defs:GlobalModuleIndex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
GlobalModuleIndex.h 1 //===--- GlobalModuleIndex.h - Global Module Index --------------*- C++ -*-===//
9 // This file defines the GlobalModuleIndex class, which manages a global index
56 class GlobalModuleIndex {
67 /// GlobalModuleIndex.
117 explicit GlobalModuleIndex(std::unique_ptr<llvm::MemoryBuffer> Buffer,
120 GlobalModuleIndex(const GlobalModuleIndex &) = delete;
121 GlobalModuleIndex &operator=(const GlobalModuleIndex &) = delete;
124 ~GlobalModuleIndex();
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
GlobalModuleIndex.cpp 1 //===--- GlobalModuleIndex.cpp - Global Module Index ------------*- C++ -*-===//
9 // This file implements the GlobalModuleIndex class.
13 #include "clang/Serialization/GlobalModuleIndex.h"
128 GlobalModuleIndex::GlobalModuleIndex(
248 GlobalModuleIndex::~GlobalModuleIndex() {
252 std::pair<GlobalModuleIndex *, llvm::Error>
253 GlobalModuleIndex::readIndex(StringRef Path) {
280 return std::make_pair(new GlobalModuleIndex(std::move(Buffer), Cursor)
    [all...]

Completed in 17 milliseconds