reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Basic/FileSystemStatCache.h
   51   get(StringRef Path, llvm::vfs::Status &Status, bool isFile,

References

tools/clang/lib/Basic/FileManager.cpp
  502     return FileSystemStatCache::get(Path, Status, isFile, F,
  508   return FileSystemStatCache::get(FilePath.c_str(), Status, isFile, F,
tools/clang/lib/Basic/FileSystemStatCache.cpp
  106   auto err = get(Path, Status, isFile, F, nullptr, FS);