Home
last modified time | relevance | path

Searched defs:DummyFile (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp25 struct DummyFile : public vfs::File { struct
26 vfs::Status S;
27 explicit DummyFile(vfs::Status S) : S(S) {} in DummyFile() function
28 llvm::ErrorOr<vfs::Status> status() override { return S; } in status()
30 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator, in getBuffer()
34 std::error_code close() override { return std::error_code(); } in close()