clang 24.0.0git
FileManager.h File Reference

Defines the clang::FileManager interface and associated types. More...

#include "clang/Basic/DirectoryEntry.h"
#include "clang/Basic/FileEntry.h"
#include "clang/Basic/FileSystemOptions.h"
#include "clang/Basic/LLVM.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/IntrusiveRefCntPtr.h"
#include "llvm/ADT/PointerUnion.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/ErrorOr.h"
#include "llvm/Support/FileSystem/UniqueID.h"
#include "llvm/Support/MemoryBuffer.h"
#include <ctime>
#include <map>
#include <memory>
#include <optional>
#include <string>

Go to the source code of this file.

Classes

class  clang::FileManager
 Implements support for file system lookup, file system caching, and directory search management. More...

Namespaces

namespace  llvm
 Diagnostic wrappers for TextAPI types for error reporting.
namespace  llvm::vfs
namespace  clang
 Top level wrappers for InstallAPI frontend operations.

Detailed Description

Defines the clang::FileManager interface and associated types.

Definition in file FileManager.h.