Home
last modified time | relevance | path

Searched refs:GlobalModuleIndex (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h56 class GlobalModuleIndex {
117 explicit GlobalModuleIndex(std::unique_ptr<llvm::MemoryBuffer> Buffer,
120 GlobalModuleIndex(const GlobalModuleIndex &) = delete;
121 GlobalModuleIndex &operator=(const GlobalModuleIndex &) = delete;
124 ~GlobalModuleIndex();
146 static std::pair<GlobalModuleIndex *, ErrorCode>
H A DModuleManager.h40 class GlobalModuleIndex; variable
100 GlobalModuleIndex *GlobalIndex = nullptr;
268 void setGlobalIndex(GlobalModuleIndex *Index);
H A DASTReader.h95 class GlobalModuleIndex; variable
463 std::unique_ptr<GlobalModuleIndex> GlobalIndex;
1627 GlobalModuleIndex *getGlobalIndex() { return GlobalIndex.get(); } in getGlobalIndex()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp126 GlobalModuleIndex::GlobalModuleIndex(std::unique_ptr<llvm::MemoryBuffer> Buffer, in GlobalModuleIndex() function in GlobalModuleIndex
231 GlobalModuleIndex::~GlobalModuleIndex() { in ~GlobalModuleIndex()
235 std::pair<GlobalModuleIndex *, GlobalModuleIndex::ErrorCode>
236 GlobalModuleIndex::readIndex(StringRef Path) { in readIndex()
272 void GlobalModuleIndex::getModuleDependencies( in getModuleDependencies()
290 bool GlobalModuleIndex::lookupIdentifier(StringRef Name, HitSet &Hits) { in lookupIdentifier()
316 bool GlobalModuleIndex::loadedModuleFile(ModuleFile *File) { in loadedModuleFile()
343 void GlobalModuleIndex::printStats() { in printStats()
353 LLVM_DUMP_METHOD void GlobalModuleIndex::dump() { in dump()
820 GlobalModuleIndex::ErrorCode
[all …]
H A DModuleManager.cpp310 void ModuleManager::setGlobalIndex(GlobalModuleIndex *Index) { in setGlobalIndex()
H A DASTReader.cpp1933 GlobalModuleIndex::HitSet Hits; in updateOutOfDateIdentifier()
1934 GlobalModuleIndex::HitSet *HitsPtr = nullptr; in updateOutOfDateIdentifier()
3808 std::pair<GlobalModuleIndex *, GlobalModuleIndex::ErrorCode> Result in loadGlobalIndex()
3809 = GlobalModuleIndex::readIndex(ModuleCachePath); in loadGlobalIndex()
7869 GlobalModuleIndex::HitSet Hits; in get()
7870 GlobalModuleIndex::HitSet *HitsPtr = nullptr; in get()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleLoader.h28 class GlobalModuleIndex; variable
143 virtual GlobalModuleIndex *loadGlobalModuleIndex(
171 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override { in loadGlobalModuleIndex()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp2041 GlobalModuleIndex *CompilerInstance::loadGlobalModuleIndex( in loadGlobalModuleIndex()
2053 GlobalModuleIndex *GlobalIndex = ModuleManager->getGlobalIndex(); in loadGlobalModuleIndex()
2059 GlobalModuleIndex::writeIndex( in loadGlobalModuleIndex()
2086 GlobalModuleIndex::writeIndex( in loadGlobalModuleIndex()
2106 GlobalModuleIndex *GlobalIndex = loadGlobalModuleIndex( in lookupMissingImports()
2111 GlobalModuleIndex::HitSet FoundModules; in lookupMissingImports()
H A DFrontendAction.cpp944 GlobalModuleIndex::writeIndex(CI.getFileManager(), in Execute()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h807 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override;
/freebsd-12.1/lib/clang/libclang/
H A DMakefile470 SRCS_MIN+= Serialization/GlobalModuleIndex.cpp