LLVM 22.0.0git
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 1629 of file VirtualFileSystem.cpp.

Constructor & Destructor Documentation

◆ RedirectingFileSystemParser()

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

Definition at line 2044 of file VirtualFileSystem.cpp.

Member Function Documentation

◆ lookupOrCreateEntry()

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

◆ parse()


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