Lines Matching refs:InMemoryFileSystem
802 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in InMemoryFileSystem() function in llvm::vfs::InMemoryFileSystem
810 InMemoryFileSystem::~InMemoryFileSystem() = default;
812 std::string InMemoryFileSystem::toString() const { in toString()
816 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile()
893 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile()
911 bool InMemoryFileSystem::addFileNoOwn( 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( in addSymbolicLink()
1043 llvm::ErrorOr<Status> InMemoryFileSystem::status(const Twine &Path) { in status()
1051 InMemoryFileSystem::openFileForRead(const Twine &Path) { in openFileForRead()
1067 class InMemoryFileSystem::DirIterator : public llvm::vfs::detail::DirIterImpl {
1068 const InMemoryFileSystem *FS;
1105 DirIterator(const InMemoryFileSystem *FS, in DirIterator()
1120 directory_iterator InMemoryFileSystem::dir_begin(const Twine &Dir, in dir_begin()
1136 std::error_code InMemoryFileSystem::setCurrentWorkingDirectory(const Twine &P) { in setCurrentWorkingDirectory()
1154 InMemoryFileSystem::getRealPath(const Twine &Path, in getRealPath()
1166 std::error_code InMemoryFileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal()
1171 void InMemoryFileSystem::printImpl(raw_ostream &OS, PrintType PrintContents, in printImpl()