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

References

lib/Support/VirtualFileSystem.cpp
   79                 In.getUser(), In.getGroup(), In.getSize(), In.getType(),
tools/clang/lib/Basic/FileManager.cpp
  312   UFE.Size    = Status.getSize();
  413   BFE.Size = Status.getSize();
tools/clang/lib/Frontend/PrecompiledPreamble.cpp
  456         Status.getSize(), llvm::sys::toTimeT(Status.getLastModificationTime()));
  501     if (Status.getSize() != uint64_t(F.second.Size) ||
tools/lldb/source/Host/common/FileSystem.cpp
  127   return status->getSize();
unittests/Support/VirtualFileSystemTest.cpp
 1236   EXPECT_TRUE(FS.status(FromLink)->getSize() == FS.status(Target)->getSize());
 1236   EXPECT_TRUE(FS.status(FromLink)->getSize() == FS.status(Target)->getSize());