HomeSort by relevance Sort by last modified time
    Searched refs:GlobalModuleIndex (Results 1 - 8 of 8) 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...]
ModuleManager.h 24 class GlobalModuleIndex;
62 GlobalModuleIndex *GlobalIndex;
203 void setGlobalIndex(GlobalModuleIndex *Index);
ASTReader.h 72 class GlobalModuleIndex;
317 llvm::OwningPtr<GlobalModuleIndex> GlobalIndex;
    [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...]
Android.mk 36 GlobalModuleIndex.cpp \
ModuleManager.cpp 16 #include "clang/Serialization/GlobalModuleIndex.h"
200 void ModuleManager::setGlobalIndex(GlobalModuleIndex *Index) {
ASTReader.cpp 41 #include "clang/Serialization/GlobalModuleIndex.h"
    [all...]
  /external/clang/lib/Frontend/
FrontendAction.cpp 26 #include "clang/Serialization/GlobalModuleIndex.h"
384 GlobalModuleIndex::writeIndex(

Completed in 352 milliseconds