OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
58
class
GlobalModuleIndex
{
67
///
GlobalModuleIndex
.
117
explicit
GlobalModuleIndex
(llvm::MemoryBuffer *Buffer,
120
GlobalModuleIndex
(const
GlobalModuleIndex
&) LLVM_DELETED_FUNCTION;
121
GlobalModuleIndex
&operator=(const
GlobalModuleIndex
&) LLVM_DELETED_FUNCTION;
124
~
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"
121
GlobalModuleIndex
::
GlobalModuleIndex
(llvm::MemoryBuffer *Buffer,
222
GlobalModuleIndex
::~
GlobalModuleIndex
() { }
224
std::pair<
GlobalModuleIndex
*,
GlobalModuleIndex
::ErrorCode>
225
GlobalModuleIndex
::readIndex(StringRef Path)
[
all
...]
Completed in 311 milliseconds