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

/external/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.h76 class GlobalModuleIndex;
410 std::unique_ptr<GlobalModuleIndex> GlobalIndex;
1441 GlobalModuleIndex *getGlobalIndex() { return GlobalIndex.get(); }
/external/clang/include/clang/Lex/
H A DModuleLoader.h24 class GlobalModuleIndex;
114 virtual GlobalModuleIndex *loadGlobalModuleIndex(
/external/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"
1765 GlobalModuleIndex::HitSet Hits;
1766 GlobalModuleIndex::HitSet *HitsPtr = nullptr;
3419 std::pair<GlobalModuleIndex *, GlobalModuleIndex::ErrorCode> Result
3420 = GlobalModuleIndex::readIndex(ModuleCachePath);
6985 GlobalModuleIndex::HitSet Hits;
6986 GlobalModuleIndex::HitSet *HitsPtr = nullptr;
/external/clang/unittests/Lex/
H A DPPConditionalDirectiveRecordTest.cpp65 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override
H A DPPCallbacksTest.cpp47 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override
H A DLexerTest.cpp41 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp35 #include "clang/Serialization/GlobalModuleIndex.h"
1678 GlobalModuleIndex *CompilerInstance::loadGlobalModuleIndex(
1690 GlobalModuleIndex *GlobalIndex = ModuleManager->getGlobalIndex();
1696 GlobalModuleIndex::writeIndex(
1723 GlobalModuleIndex::writeIndex(
1743 GlobalModuleIndex *GlobalIndex = loadGlobalModuleIndex(
1748 GlobalModuleIndex::HitSet FoundModules;
H A DFrontendAction.cpp26 #include "clang/Serialization/GlobalModuleIndex.h"
466 GlobalModuleIndex::writeIndex(CI.getFileManager(),
/external/clang/include/clang/Frontend/
H A DCompilerInstance.h776 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override;
H A DASTUnit.h916 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override
/external/clang/unittests/Basic/
H A DSourceManagerTest.cpp65 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override

Completed in 421 milliseconds