LLVM  8.0.1
Classes | 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)
 

Detailed Description

A helper class to hold the common YAML parsing state.

Definition at line 1067 of file VirtualFileSystem.cpp.

Constructor & Destructor Documentation

◆ RedirectingFileSystemParser()

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

Definition at line 1415 of file VirtualFileSystem.cpp.

Member Function Documentation

◆ parse()

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

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