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

References

include/llvm/Support/FileSystem.h
  143     return Device == Other.Device && File == Other.File;
  143     return Device == Other.Device && File == Other.File;
  147     return std::tie(Device, File) < std::tie(Other.Device, Other.File);
  147     return std::tie(Device, File) < std::tie(Other.Device, Other.File);
  150   uint64_t getDevice() const { return Device; }