reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
249 virtual llvm::ErrorOr<Status> status(const Twine &Path) = 0;
199 DependencyScanningWorkerFilesystem::status(const Twine &Path) {
tools/clang/tools/extra/clangd/FS.cpp79 llvm::ErrorOr<llvm::vfs::Status> status(const llvm::Twine &Path) override { 102 llvm::ErrorOr<llvm::vfs::Status> status(const llvm::Twine &Path) override {tools/clang/tools/extra/clangd/unittests/ClangdTests.cpp
915 llvm::ErrorOr<llvm::vfs::Status> status(const Twine &Path) override {
917 return ProxyFileSystem::status(Path);
unittests/Support/VirtualFileSystemTest.cpp 906 auto Stat = PFS.status("/a");