HomeSort by: relevance | last modified time | path
    Searched refs:GlobalModuleIndex (Results 1 - 11 of 11) 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...]
ModuleManager.h 39 class GlobalModuleIndex;
99 GlobalModuleIndex *GlobalIndex = nullptr;
265 void setGlobalIndex(GlobalModuleIndex *Index);
ASTReader.h 83 class GlobalModuleIndex;
449 std::unique_ptr<GlobalModuleIndex> GlobalIndex;
1651 GlobalModuleIndex *getGlobalIndex() { return GlobalIndex.get(); }
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
ModuleLoader.h 27 class GlobalModuleIndex;
147 virtual GlobalModuleIndex *loadGlobalModuleIndex(
175 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override {
  /src/external/apache2/llvm/lib/libclangSerialization/
Makefile 17 GlobalModuleIndex.cpp \
  /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...]
ModuleManager.cpp 19 #include "clang/Serialization/GlobalModuleIndex.h"
327 void ModuleManager::setGlobalIndex(GlobalModuleIndex *Index) {
ASTReader.cpp 80 #include "clang/Serialization/GlobalModuleIndex.h"
2071 GlobalModuleIndex::HitSet Hits;
2072 GlobalModuleIndex::HitSet *HitsPtr = nullptr;
4129 std::pair<GlobalModuleIndex *, llvm::Error> Result =
4130 GlobalModuleIndex::readIndex(ModuleCachePath);
4457 // SerializedDiagnosticReader and GlobalModuleIndex, but error handling isn't
8000 GlobalModuleIndex::HitSet Hits;
8001 GlobalModuleIndex::HitSet *HitsPtr = nullptr;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInstance.cpp 37 #include "clang/Serialization/GlobalModuleIndex.h"
816 // (noticeable, clang's own GlobalModuleIndex.cpp) glob for build
2087 GlobalModuleIndex *CompilerInstance::loadGlobalModuleIndex(
2099 GlobalModuleIndex *GlobalIndex = TheASTReader->getGlobalIndex();
2105 if (llvm::Error Err = GlobalModuleIndex::writeIndex(
2139 if (llvm::Error Err = GlobalModuleIndex::writeIndex(
2163 GlobalModuleIndex *GlobalIndex = loadGlobalModuleIndex(
2168 GlobalModuleIndex::HitSet FoundModules;
FrontendAction.cpp 29 #include "clang/Serialization/GlobalModuleIndex.h"
960 if (llvm::Error Err = GlobalModuleIndex::writeIndex(
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInstance.h 808 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override;

Completed in 45 milliseconds