clang
6.0.0
|
This is the complete list of members for clang::PTHStatCache, 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) override | clang::PTHStatCache | inlinevirtual |
LookupResult enum name | clang::FileSystemStatCache | |
NextStatCache | clang::FileSystemStatCache | protected |
PTHStatCache(PTHManager::PTHFileLookup &FL) | clang::PTHStatCache | inline |
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() | clang::FileSystemStatCache | inlinevirtual |