Searched refs:GlobalModuleIndex (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/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
61 class GlobalModuleIndex { class in namespace:clang
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...]
H A DModuleManager.h25 class GlobalModuleIndex;
77 GlobalModuleIndex *GlobalIndex;
233 void setGlobalIndex(GlobalModuleIndex *Index);
H A DASTReader.h75 class GlobalModuleIndex;
404 std::unique_ptr<GlobalModuleIndex> GlobalIndex;
1439 GlobalModuleIndex *getGlobalIndex() { return GlobalIndex.get(); }
/freebsd-11.0-release/lib/clang/libclangserialization/
H A DMakefile16 GlobalModuleIndex.cpp \
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleLoader.h24 class GlobalModuleIndex;
114 virtual GlobalModuleIndex *loadGlobalModuleIndex(
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp1 //===--- 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, function in class:GlobalModuleIndex
231 GlobalModuleIndex::~GlobalModuleIndex() {
235 std::pair<GlobalModuleIndex *, GlobalModuleIndex::ErrorCode>
236 GlobalModuleIndex
[all...]
H A DModuleManager.cpp17 #include "clang/Serialization/GlobalModuleIndex.h"
274 void ModuleManager::setGlobalIndex(GlobalModuleIndex *Index) {
H A DASTReader.cpp45 #include "clang/Serialization/GlobalModuleIndex.h"
1742 GlobalModuleIndex::HitSet Hits;
1743 GlobalModuleIndex::HitSet *HitsPtr = nullptr;
3415 std::pair<GlobalModuleIndex *, GlobalModuleIndex::ErrorCode> Result
3416 = GlobalModuleIndex::readIndex(ModuleCachePath);
6996 GlobalModuleIndex::HitSet Hits;
6997 GlobalModuleIndex::HitSet *HitsPtr = nullptr;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp35 #include "clang/Serialization/GlobalModuleIndex.h"
1650 GlobalModuleIndex *CompilerInstance::loadGlobalModuleIndex(
1662 GlobalModuleIndex *GlobalIndex = ModuleManager->getGlobalIndex();
1668 GlobalModuleIndex::writeIndex(
1695 GlobalModuleIndex::writeIndex(
1715 GlobalModuleIndex *GlobalIndex = loadGlobalModuleIndex(
1720 GlobalModuleIndex::HitSet FoundModules;
H A DFrontendAction.cpp26 #include "clang/Serialization/GlobalModuleIndex.h"
448 GlobalModuleIndex::writeIndex(CI.getFileManager(),
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h774 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override;
H A DASTUnit.h916 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override

Completed in 500 milliseconds