Home | History | Annotate | Download | only in Basic

Lines Matching defs:FileManager

1 //===--- FileManager.h - File System Probing and Caching --------*- C++ -*-===//
11 /// \brief Defines the clang::FileManager interface and associated types.
46 friend class FileManager;
60 friend class FileManager;
99 /// the native FileManager methods).
116 class FileManager : public RefCountedBase<FileManager> {
175 FileManager(const FileSystemOptions &FileSystemOpts,
177 ~FileManager();
180 /// the FileManager.
182 /// Ownership of this object is transferred to the FileManager.
185 /// object is transferred to the FileManager.
247 /// FileManager's FileSystemOptions.