Lines Matching refs:InMemoryFileSystem

826 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths)  in InMemoryFileSystem()  function in llvm::vfs::InMemoryFileSystem
834 InMemoryFileSystem::~InMemoryFileSystem() = default;
836 std::string InMemoryFileSystem::toString() const { in toString()
840 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile()
918 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile()
936 bool InMemoryFileSystem::addFileNoOwn( in addFileNoOwn()
955 InMemoryFileSystem::lookupNode(const Twine &P, bool FollowFinalSymlink, in lookupNode()
985 if (SymlinkDepth > InMemoryFileSystem::MaxSymlinkDepth) in lookupNode()
1029 bool InMemoryFileSystem::addHardLink(const Twine &NewLink, in addHardLink()
1048 bool InMemoryFileSystem::addSymbolicLink( in addSymbolicLink()
1068 llvm::ErrorOr<Status> InMemoryFileSystem::status(const Twine &Path) { in status()
1076 InMemoryFileSystem::openFileForRead(const Twine &Path) { in openFileForRead()
1092 class InMemoryFileSystem::DirIterator : public llvm::vfs::detail::DirIterImpl {
1093 const InMemoryFileSystem *FS;
1130 DirIterator(const InMemoryFileSystem *FS, in DirIterator()
1145 directory_iterator InMemoryFileSystem::dir_begin(const Twine &Dir, in dir_begin()
1161 std::error_code InMemoryFileSystem::setCurrentWorkingDirectory(const Twine &P) { in setCurrentWorkingDirectory()
1178 std::error_code InMemoryFileSystem::getRealPath(const Twine &Path, in getRealPath()
1190 std::error_code InMemoryFileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal()
1195 void InMemoryFileSystem::printImpl(raw_ostream &OS, PrintType PrintContents, in printImpl()
2951 const char InMemoryFileSystem::ID = 0;