Searched defs:GlobalModuleIndex (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h1 //===--- GlobalModuleIndex.h - Global Module Index --------------*- C++ -*-===//
10 // This file defines the GlobalModuleIndex class, which manages a global index
59 class GlobalModuleIndex { class in namespace:clang
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/
H A DGlobalModuleIndex.cpp1 //===--- 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, function in class:GlobalModuleIndex
231 GlobalModuleIndex::~GlobalModuleIndex() {
235 std::pair<GlobalModuleIndex *, GlobalModuleIndex::ErrorCode>
236 GlobalModuleIndex
[all...]

Completed in 655 milliseconds