clang
7.0.0
|
This is the complete list of members for clang::FileSystemStatCache, including all inherited members.
CacheExists enum value | clang::FileSystemStatCache | |
CacheMissing enum value | clang::FileSystemStatCache | |
get(StringRef Path, FileData &Data, bool isFile, std::unique_ptr< vfs::File > *F, FileSystemStatCache *Cache, vfs::FileSystem &FS) | clang::FileSystemStatCache | static |
getNextStatCache() | clang::FileSystemStatCache | inline |
getStat(StringRef Path, FileData &Data, bool isFile, std::unique_ptr< vfs::File > *F, vfs::FileSystem &FS)=0 | clang::FileSystemStatCache | protectedpure virtual |
LookupResult enum name | clang::FileSystemStatCache | |
NextStatCache | clang::FileSystemStatCache | protected |
setNextStatCache(std::unique_ptr< FileSystemStatCache > Cache) | clang::FileSystemStatCache | inline |
statChained(StringRef Path, FileData &Data, bool isFile, std::unique_ptr< vfs::File > *F, vfs::FileSystem &FS) | clang::FileSystemStatCache | inlineprotected |
takeNextStatCache() | clang::FileSystemStatCache | inline |
~FileSystemStatCache()=default | clang::FileSystemStatCache | virtual |