class RedirectingFileSystemParser
Declaration
class RedirectingFileSystemParser { /* full declaration omitted */ };
Description
A helper class to hold the common YAML parsing state.
Declared at: llvm/lib/Support/VirtualFileSystem.cpp:1152
Method Overview
- public RedirectingFileSystemParser(yaml::Stream & S)
- public bool parse(yaml::Node * Root, llvm::vfs::RedirectingFileSystem * FS)
Methods
¶RedirectingFileSystemParser(yaml::Stream& S)
RedirectingFileSystemParser(yaml::Stream& S)
Declared at: llvm/lib/Support/VirtualFileSystem.cpp:1507
Parameters
- yaml::Stream& S
¶bool parse(yaml::Node* Root,
llvm::vfs::RedirectingFileSystem* FS)
bool parse(yaml::Node* Root,
llvm::vfs::RedirectingFileSystem* FS)
Declared at: llvm/lib/Support/VirtualFileSystem.cpp:1510