clang
9.0.0
|
Defines the clang::FileManager interface and associated types. More...
#include "clang/Basic/FileSystemOptions.h"
#include "clang/Basic/LLVM.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/IntrusiveRefCntPtr.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/ErrorOr.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/VirtualFileSystem.h"
#include <ctime>
#include <map>
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
class | clang::DirectoryEntry |
Cached information about one directory (either on disk or in the virtual file system). More... | |
class | clang::FileEntry |
Cached information about one file (either on disk or in the virtual file system). More... | |
class | clang::FileManager |
Implements support for file system lookup, file system caching, and directory search management. More... | |
Namespaces | |
llvm | |
Specialize PointerLikeTypeTraits to allow LazyGenerationalUpdatePtr to be placed into a PointerUnion. | |
clang | |
Dataflow Directional Tag Classes. | |
Defines the clang::FileManager interface and associated types.
Definition in file FileManager.h.