clang API Documentation

Public Member Functions | Public Attributes
clang::FileData Struct Reference

#include <FileSystemStatCache.h>

Collaboration diagram for clang::FileData:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 FileData ()

Public Attributes

std::string Name
uint64_t Size
time_t ModTime
llvm::sys::fs::UniqueID UniqueID
bool IsDirectory
bool IsNamedPipe
bool InPCH
bool IsVFSMapped

Detailed Description

Definition at line 31 of file FileSystemStatCache.h.


Constructor & Destructor Documentation

Definition at line 40 of file FileSystemStatCache.h.


Member Data Documentation

Definition at line 39 of file FileSystemStatCache.h.

Referenced by copyStatusToFileData(), and clang::FileManager::getFile().

std::string clang::FileData::Name
llvm::sys::fs::UniqueID clang::FileData::UniqueID

The documentation for this struct was generated from the following file: