Searched refs:getModuleCache (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DChainedIncludesSource.cpp64 PP, CI.getModuleCache(), &CI.getASTContext(), CI.getPCHContainerReader(),
141 Clang->getPreprocessor(), Clang->getModuleCache(), "-", /*isysroot=*/"",
H A DFrontendActions.cpp141 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffer,
200 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffer,
308 CI.getPreprocessor(), CI.getModuleCache(), &CI.getASTContext(),
900 getCurrentFile(), FileMgr, CI.getModuleCache(),
H A DCompilerInstance.cpp208 assert(ModuleCache.get() == &Reader->getModuleManager().getModuleCache() &&
256 Dir->path(), FileMgr, CI.getModuleCache(),
625 AllowPCHWithCompilerErrors, getPreprocessor(), getModuleCache(),
1149 if (ImportingInstance.getModuleCache().isPCMFinal(ModuleFileName)) {
1218 &ImportingInstance.getModuleCache());
1680 getPreprocessor(), getModuleCache(), &getASTContext(),
H A DPrecompiledPreamble.cpp328 *this, CI.getPreprocessor(), CI.getModuleCache(), Sysroot, Buffer);
H A DFrontendAction.cpp784 Dir->path(), FileMgr, CI.getModuleCache(),
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DModuleManager.cpp195 getModuleCache().lookupPCM(FileName)) {
199 } else if (getModuleCache().shouldBuildPCM(FileName)) {
226 NewModule->Buffer = &getModuleCache().addPCM(FileName, std::move(*Buf));
H A DASTReader.cpp2888 getModuleManager().getModuleCache().isPCMFinal(F.FileName);
4587 auto &MC = getModuleManager().getModuleCache();
4729 if (getModuleManager().getModuleCache().isPCMFinal(F.FileName)) {
6024 !getModuleManager().getModuleCache().isPCMFinal(ModuleFileName);
/openbsd-current/gnu/llvm/clang/include/clang/Serialization/
H A DModuleManager.h310 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } function in class:clang::serialization::ModuleManager
/openbsd-current/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp245 &CI.getModuleCache());
/openbsd-current/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h819 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } function in class:clang::CompilerInstance
/openbsd-current/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp107 Worklist.pop_back_val(), CI.getFileManager(), CI.getModuleCache(),

Completed in 133 milliseconds