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

References

tools/clang/include/clang/Basic/FileManager.h
  138   bool isValid() const { return Entry->isValid(); }
  140   const FileEntry &getFileEntry() const { return *Entry; }
  142   off_t getSize() const { return Entry->getSize(); }
  144   unsigned getUID() const { return Entry->getUID(); }
  147     return Entry->getUniqueID();
  150   time_t getModificationTime() const { return Entry->getModificationTime(); }
  153     return LHS.Entry == RHS.Entry && LHS.Name == RHS.Name;
  153     return LHS.Entry == RHS.Entry && LHS.Name == RHS.Name;