clang  3.9.0
Public Member Functions | Public Attributes | List of all members
clang::FileData Struct Reference

#include <FileSystemStatCache.h>

Collaboration diagram for clang::FileData:
[legend]

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

clang::FileData::FileData ( )
inline

Definition at line 40 of file FileSystemStatCache.h.

Member Data Documentation

bool clang::FileData::InPCH
bool clang::FileData::IsDirectory
bool clang::FileData::IsNamedPipe
bool clang::FileData::IsVFSMapped

Definition at line 39 of file FileSystemStatCache.h.

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

time_t clang::FileData::ModTime
std::string clang::FileData::Name
uint64_t clang::FileData::Size
llvm::sys::fs::UniqueID clang::FileData::UniqueID

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