A reference to a FileEntry
that includes the name of the file as it was accessed by the FileManager's client.
More...
#include "clang/Basic/FileManager.h"
A reference to a FileEntry
that includes the name of the file as it was accessed by the FileManager's client.
Definition at line 130 of file FileManager.h.
◆ FileEntryRef() [1/2]
clang::FileEntryRef::FileEntryRef |
( |
| ) |
|
|
delete |
◆ FileEntryRef() [2/2]
clang::FileEntryRef::FileEntryRef |
( |
StringRef |
Name, |
|
|
const FileEntry & |
Entry |
|
) |
| |
|
inline |
◆ getFileEntry()
const FileEntry& clang::FileEntryRef::getFileEntry |
( |
| ) |
const |
|
inline |
◆ getModificationTime()
time_t clang::FileEntryRef::getModificationTime |
( |
| ) |
const |
|
inline |
◆ getName()
const StringRef clang::FileEntryRef::getName |
( |
| ) |
const |
|
inline |
◆ getSize()
off_t clang::FileEntryRef::getSize |
( |
| ) |
const |
|
inline |
◆ getUID()
unsigned clang::FileEntryRef::getUID |
( |
| ) |
const |
|
inline |
◆ getUniqueID()
const llvm::sys::fs::UniqueID& clang::FileEntryRef::getUniqueID |
( |
| ) |
const |
|
inline |
◆ isValid()
bool clang::FileEntryRef::isValid |
( |
| ) |
const |
|
inline |
◆ operator!=
◆ operator==
The documentation for this class was generated from the following file: