|
LLVM
8.0.1
|
Classes | |
| struct | DirIterImpl |
| An interface for virtual file systems to provide an iterator over the (non-recursive) contents of a directory. More... | |
| class | InMemoryDirectory |
| class | InMemoryFile |
| class | InMemoryNode |
| The in memory file system is a tree of Nodes. More... | |
| struct | RecDirIterState |
| Keeps state for the recursive_directory_iterator. More... | |
Enumerations | |
| enum | InMemoryNodeKind { IME_File, IME_Directory, IME_HardLink } |
| Enumerator | |
|---|---|
| IME_File | |
| IME_Directory | |
| IME_HardLink | |
Definition at line 483 of file VirtualFileSystem.cpp.
1.8.13