Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.cpp90 struct CachedFile { struct in clang::clangd::DirectoryBasedGlobalCompilationDatabase::DirectoryCache
91 CachedFile(llvm::StringRef Parent, llvm::StringRef Rel) { in CachedFile() function
131 CachedFile CompileCommandsJson;
132 CachedFile BuildCompileCommandsJson;
133 CachedFile CompileFlagsTxt;
140 CachedFile *ActiveCachedFile = nullptr;
276 CachedFile *File; in load()
289 case CachedFile::LoadResult::FileNotFound: in load()
297 case CachedFile::LoadResult::TransientError: in load()
300 case CachedFile::LoadResult::FoundSameData: in load()
[all …]