clang
6.0.0
|
Public Member Functions | |
InMemoryDirectory (Status Stat) | |
InMemoryNode * | getChild (StringRef Name) |
InMemoryNode * | addChild (StringRef Name, std::unique_ptr< InMemoryNode > Child) |
const_iterator | begin () const |
const_iterator | end () const |
std::string | toString (unsigned Indent) const override |
![]() | |
InMemoryNode (Status Stat, InMemoryNodeKind Kind) | |
virtual | ~InMemoryNode () |
const Status & | getStatus () const |
InMemoryNodeKind | getKind () const |
Static Public Member Functions | |
static bool | classof (const InMemoryNode *N) |
Public Attributes | |
decltype(Entries) typedef ::const_iterator | const_iterator |
Definition at line 447 of file VirtualFileSystem.cpp.
|
inline |
Definition at line 451 of file VirtualFileSystem.cpp.
|
inline |
Definition at line 459 of file VirtualFileSystem.cpp.
|
inline |
Definition at line 465 of file VirtualFileSystem.cpp.
|
inlinestatic |
Definition at line 476 of file VirtualFileSystem.cpp.
References clang::vfs::detail::InMemoryNode::getKind(), and clang::vfs::detail::IME_Directory.
|
inline |
Definition at line 466 of file VirtualFileSystem.cpp.
|
inline |
Definition at line 453 of file VirtualFileSystem.cpp.
|
inlineoverridevirtual |
Implements clang::vfs::detail::InMemoryNode.
Definition at line 468 of file VirtualFileSystem.cpp.
decltype(Entries) typedef ::const_iterator clang::vfs::detail::InMemoryDirectory::const_iterator |
Definition at line 464 of file VirtualFileSystem.cpp.
Referenced by clang::vfs::InMemoryFileSystem::openFileForRead().