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

References

tools/clang/lib/DirectoryWatcher/linux/DirectoryWatcher-linux.cpp
   50       : FDRead(other.FDRead), FDWrite(other.FDWrite),
   50       : FDRead(other.FDRead), FDWrite(other.FDWrite),
   51         OwnsFDs(other.OwnsFDs) // Someone could have moved from the other
   54     other.OwnsFDs = false;