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

References

tools/clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp
   26   if (!Stat)
   27     return Stat.getError();
   31       F.getBuffer(Stat->getName());
   45     Result.MaybeStat = std::move(*Stat);
   56   Result.MaybeStat = llvm::vfs::Status(Stat->getName(), Stat->getUniqueID(),
   56   Result.MaybeStat = llvm::vfs::Status(Stat->getName(), Stat->getUniqueID(),
   57                                        Stat->getLastModificationTime(),
   58                                        Stat->getUser(), Stat->getGroup(), Size,
   58                                        Stat->getUser(), Stat->getGroup(), Size,
   59                                        Stat->getType(), Stat->getPermissions());
   59                                        Stat->getType(), Stat->getPermissions());