Searched refs:StatRecordingVFS (Results 1 – 1 of 1) sorted by relevance
1005 class StatRecordingVFS : public llvm::vfs::ProxyFileSystem { in TEST() class1007 StatRecordingVFS(IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS, in TEST() function in clang::clangd::__anonadba4dc90111::TEST::StatRecordingFS::viewImpl::StatRecordingVFS1025 return IntrusiveRefCntPtr<StatRecordingVFS>( in TEST()1026 new StatRecordingVFS(buildTestFS(Files), CountStats)); in TEST()