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

References

tools/clang/tools/extra/clangd/Threading.h
   67     return Time;
   71            (Type == Finite && Time < std::chrono::steady_clock::now());
   74     return (Type == Other.Type) && (Type != Finite || Time == Other.Time);
   74     return (Type == Other.Type) && (Type != Finite || Time == Other.Time);