clang API Documentation

clang::FileSystemStatCache Member List
This is the complete list of members for clang::FileSystemStatCache, including all inherited members.
CacheExists enum valueclang::FileSystemStatCache
CacheMissing enum valueclang::FileSystemStatCache
get(const char *Path, FileData &Data, bool isFile, std::unique_ptr< vfs::File > *F, FileSystemStatCache *Cache, vfs::FileSystem &FS)clang::FileSystemStatCache [static]
getNextStatCache()clang::FileSystemStatCache [inline]
getStat(const char *Path, FileData &Data, bool isFile, std::unique_ptr< vfs::File > *F, vfs::FileSystem &FS)=0clang::FileSystemStatCache [protected, pure virtual]
LookupResult enum nameclang::FileSystemStatCache
NextStatCacheclang::FileSystemStatCache [protected]
setNextStatCache(std::unique_ptr< FileSystemStatCache > Cache)clang::FileSystemStatCache [inline]
statChained(const char *Path, FileData &Data, bool isFile, std::unique_ptr< vfs::File > *F, vfs::FileSystem &FS)clang::FileSystemStatCache [inline, protected]
takeNextStatCache()clang::FileSystemStatCache [inline]
~FileSystemStatCache()clang::FileSystemStatCache [inline, virtual]