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
  317   UFE.IsNamedPipe = Status.getType() == llvm::sys::fs::file_type::fifo_file;
  369       Status.getType(), Status.getPermissions());
  384     UFE->IsNamedPipe = Status.getType() == llvm::sys::fs::file_type::fifo_file;
tools/clang/lib/Format/Format.cpp
 2608         Status->getType() != llvm::sys::fs::file_type::directory_file) {
 2619         Status && (Status->getType() == llvm::sys::fs::file_type::regular_file);
 2626       FoundConfigFile = Status && (Status->getType() ==
tools/clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp
   59                                        Stat->getType(), Stat->getPermissions());
tools/lldb/source/Host/common/FileSystem.cpp
  208     auto Result = callback(callback_baton, Status->getType(), Item.path());
tools/lldb/unittests/Host/FileSystemTest.cpp
  105               vfs::directory_entry(I->second.getName(), I->second.getType());
  115               vfs::directory_entry(I->second.getName(), I->second.getType());
unittests/Support/VirtualFileSystemTest.cpp
  111               vfs::directory_entry(I->second.getName(), I->second.getType());
  121               vfs::directory_entry(I->second.getName(), I->second.getType());
 1158   ASSERT_EQ(sys::fs::file_type::socket_file, Stat->getType());