clang
7.0.0
|
Public Types | |
using | const_iterator = decltype(Entries)::const_iterator |
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 ()=default |
const Status & | getStatus () const |
InMemoryNodeKind | getKind () const |
Static Public Member Functions | |
static bool | classof (const InMemoryNode *N) |
Definition at line 529 of file VirtualFileSystem.cpp.
using clang::vfs::detail::InMemoryDirectory::const_iterator = decltype(Entries)::const_iterator |
Definition at line 548 of file VirtualFileSystem.cpp.
|
inline |
Definition at line 533 of file VirtualFileSystem.cpp.
|
inline |
Definition at line 543 of file VirtualFileSystem.cpp.
|
inline |
Definition at line 550 of file VirtualFileSystem.cpp.
|
inlinestatic |
Definition at line 561 of file VirtualFileSystem.cpp.
References clang::vfs::detail::InMemoryNode::getKind(), and clang::vfs::detail::IME_Directory.
|
inline |
Definition at line 551 of file VirtualFileSystem.cpp.
|
inline |
Definition at line 536 of file VirtualFileSystem.cpp.
|
inlineoverridevirtual |
Implements clang::vfs::detail::InMemoryNode.
Definition at line 553 of file VirtualFileSystem.cpp.