reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/tools/extra/clangd/FS.h
   43   void update(const llvm::vfs::FileSystem &FS, llvm::vfs::Status S);

References

tools/clang/tools/extra/clangd/FS.cpp
   75         StatCache.update(getUnderlyingFS(), std::move(*S));
   82         StatCache.update(getUnderlyingFS(), *S);
tools/clang/tools/extra/clangd/unittests/FSTests.cpp
   41   StatCache.update(*FS, S);