HomeSort by relevance Sort by last modified time
    Searched defs:GlobalModuleIndex (Results 1 - 10 of 10) 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
61 class GlobalModuleIndex {
70 /// GlobalModuleIndex.
120 explicit GlobalModuleIndex(std::unique_ptr<llvm::MemoryBuffer> Buffer,
123 GlobalModuleIndex(const GlobalModuleIndex &) = delete;
124 GlobalModuleIndex &operator=(const GlobalModuleIndex &) = delete;
127 ~GlobalModuleIndex();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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
61 class GlobalModuleIndex {
70 /// GlobalModuleIndex.
120 explicit GlobalModuleIndex(std::unique_ptr<llvm::MemoryBuffer> Buffer,
123 GlobalModuleIndex(const GlobalModuleIndex &) = delete;
124 GlobalModuleIndex &operator=(const GlobalModuleIndex &) = delete;
127 ~GlobalModuleIndex();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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
61 class GlobalModuleIndex {
70 /// GlobalModuleIndex.
120 explicit GlobalModuleIndex(std::unique_ptr<llvm::MemoryBuffer> Buffer,
123 GlobalModuleIndex(const GlobalModuleIndex &) = delete;
124 GlobalModuleIndex &operator=(const GlobalModuleIndex &) = delete;
127 ~GlobalModuleIndex();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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
61 class GlobalModuleIndex {
70 /// GlobalModuleIndex.
120 explicit GlobalModuleIndex(std::unique_ptr<llvm::MemoryBuffer> Buffer,
123 GlobalModuleIndex(const GlobalModuleIndex &) = delete;
124 GlobalModuleIndex &operator=(const GlobalModuleIndex &) = delete;
127 ~GlobalModuleIndex();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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
61 class GlobalModuleIndex {
70 /// GlobalModuleIndex.
120 explicit GlobalModuleIndex(std::unique_ptr<llvm::MemoryBuffer> Buffer,
123 GlobalModuleIndex(const GlobalModuleIndex &) = delete;
124 GlobalModuleIndex &operator=(const GlobalModuleIndex &) = delete;
127 ~GlobalModuleIndex();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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
61 class GlobalModuleIndex {
70 /// GlobalModuleIndex.
120 explicit GlobalModuleIndex(std::unique_ptr<llvm::MemoryBuffer> Buffer,
123 GlobalModuleIndex(const GlobalModuleIndex &) = delete;
124 GlobalModuleIndex &operator=(const GlobalModuleIndex &) = delete;
127 ~GlobalModuleIndex();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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
61 class GlobalModuleIndex {
70 /// GlobalModuleIndex.
120 explicit GlobalModuleIndex(std::unique_ptr<llvm::MemoryBuffer> Buffer,
123 GlobalModuleIndex(const GlobalModuleIndex &) = delete;
124 GlobalModuleIndex &operator=(const GlobalModuleIndex &) = delete;
127 ~GlobalModuleIndex();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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
61 class GlobalModuleIndex {
70 /// GlobalModuleIndex.
120 explicit GlobalModuleIndex(std::unique_ptr<llvm::MemoryBuffer> Buffer,
123 GlobalModuleIndex(const GlobalModuleIndex &) = delete;
124 GlobalModuleIndex &operator=(const GlobalModuleIndex &) = delete;
127 ~GlobalModuleIndex();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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
61 class GlobalModuleIndex {
70 /// GlobalModuleIndex.
120 explicit GlobalModuleIndex(std::unique_ptr<llvm::MemoryBuffer> Buffer,
123 GlobalModuleIndex(const GlobalModuleIndex &) = delete;
124 GlobalModuleIndex &operator=(const GlobalModuleIndex &) = delete;
127 ~GlobalModuleIndex();
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 1 //===--- GlobalModuleIndex.cpp - Global Module Index ------------*- C++ -*-===//
10 // This file implements the GlobalModuleIndex class.
19 #include "clang/Serialization/GlobalModuleIndex.h"
126 GlobalModuleIndex::GlobalModuleIndex(std::unique_ptr<llvm::MemoryBuffer> Buffer,
231 GlobalModuleIndex::~GlobalModuleIndex() {
235 std::pair<GlobalModuleIndex *, GlobalModuleIndex::ErrorCode>
236 GlobalModuleIndex::readIndex(StringRef Path)
    [all...]

Completed in 200 milliseconds