clang API Documentation
CacheExists enum value | clang::FileSystemStatCache | |
CacheMissing enum value | clang::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)=0 | clang::FileSystemStatCache | [protected, pure virtual] |
LookupResult enum name | clang::FileSystemStatCache | |
NextStatCache | clang::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] |