LLVM 22.0.0git
llvm::vfs::RedirectingFileSystem::Entry Class Reference

A single file or directory in the VFS. More...

#include "llvm/Support/VirtualFileSystem.h"

Inheritance diagram for llvm::vfs::RedirectingFileSystem::Entry:
[legend]

Public Member Functions

 Entry (EntryKind K, StringRef Name)
virtual ~Entry ()=default
StringRef getName () const
EntryKind getKind () const

Detailed Description

A single file or directory in the VFS.

Definition at line 813 of file VirtualFileSystem.h.

Constructor & Destructor Documentation

◆ Entry()

◆ ~Entry()

virtual llvm::vfs::RedirectingFileSystem::Entry::~Entry ( )
virtualdefault

Member Function Documentation

◆ getKind()

EntryKind llvm::vfs::RedirectingFileSystem::Entry::getKind ( ) const
inline

Definition at line 822 of file VirtualFileSystem.h.

Referenced by getVFSEntries().

◆ getName()

StringRef llvm::vfs::RedirectingFileSystem::Entry::getName ( ) const
inline

Definition at line 821 of file VirtualFileSystem.h.


The documentation for this class was generated from the following file: