Lines Matching refs:InMemoryFileSystem
801 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in InMemoryFileSystem() function in llvm::vfs::InMemoryFileSystem
809 InMemoryFileSystem::~InMemoryFileSystem() = default;
811 std::string InMemoryFileSystem::toString() const { in toString()
815 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile()
892 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile()
910 bool InMemoryFileSystem::addFileNoOwn(const Twine &P, time_t ModificationTime, in addFileNoOwn()
930 InMemoryFileSystem::lookupNode(const Twine &P, bool FollowFinalSymlink, in lookupNode()
960 if (SymlinkDepth > InMemoryFileSystem::MaxSymlinkDepth) in lookupNode()
1004 bool InMemoryFileSystem::addHardLink(const Twine &NewLink, in addHardLink()
1023 bool InMemoryFileSystem::addSymbolicLink(const Twine &NewLink, in addSymbolicLink()
1045 llvm::ErrorOr<Status> InMemoryFileSystem::status(const Twine &Path) { in status()
1053 InMemoryFileSystem::openFileForRead(const Twine &Path) { in openFileForRead()
1069 class InMemoryFileSystem::DirIterator : public llvm::vfs::detail::DirIterImpl {
1070 const InMemoryFileSystem *FS;
1107 DirIterator(const InMemoryFileSystem *FS, in DirIterator()
1122 directory_iterator InMemoryFileSystem::dir_begin(const Twine &Dir, in dir_begin()
1138 std::error_code InMemoryFileSystem::setCurrentWorkingDirectory(const Twine &P) { in setCurrentWorkingDirectory()
1156 InMemoryFileSystem::getRealPath(const Twine &Path, in getRealPath()
1168 std::error_code InMemoryFileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal()
1173 void InMemoryFileSystem::printImpl(raw_ostream &OS, PrintType PrintContents, in printImpl()