LLVM 19.0.0git
Classes | Public Member Functions | Static Public Member Functions | List of all members
llvm::vfs::RedirectingFileSystemParser Class Reference

A helper class to hold the common YAML parsing state. More...

Public Member Functions

 RedirectingFileSystemParser (yaml::Stream &S)
 
bool parse (yaml::Node *Root, RedirectingFileSystem *FS)
 

Static Public Member Functions

static RedirectingFileSystem::EntrylookupOrCreateEntry (RedirectingFileSystem *FS, StringRef Name, RedirectingFileSystem::Entry *ParentEntry=nullptr)
 

Detailed Description

A helper class to hold the common YAML parsing state.

Definition at line 1605 of file VirtualFileSystem.cpp.

Constructor & Destructor Documentation

◆ RedirectingFileSystemParser()

llvm::vfs::RedirectingFileSystemParser::RedirectingFileSystemParser ( yaml::Stream S)
inline

Definition at line 2019 of file VirtualFileSystem.cpp.

Member Function Documentation

◆ lookupOrCreateEntry()

static RedirectingFileSystem::Entry * llvm::vfs::RedirectingFileSystemParser::lookupOrCreateEntry ( RedirectingFileSystem FS,
StringRef  Name,
RedirectingFileSystem::Entry ParentEntry = nullptr 
)
inlinestatic

◆ parse()

bool llvm::vfs::RedirectingFileSystemParser::parse ( yaml::Node Root,
RedirectingFileSystem FS 
)
inline

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