reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
59 raw_ostream &operator<<(raw_ostream &OS, sys::TimePoint<> TP);
83 << std::declval<U>()),
include/llvm/Support/ScopedPrinter.h 64 stream << Value;
lib/IR/LegacyPassManager.cpp 1236 dbgs() << "[" << std::chrono::system_clock::now() << "] " << (void *)this
tools/clang/tools/extra/clang-tidy/ClangTidyProfiling.cpp 49 OS << "\"timestamp\": \"" << Storage->Timestamp << "\",\n";
tools/dsymutil/DwarfLinker.cpp2618 << Stat.getLastModificationTime() << " and " 2619 << sys::TimePoint<>(LinkContext.DMO.getTimestamp()) << "\n";unittests/Support/Chrono.cpp
49 OS << T;
utils/unittest/googletest/include/gtest/internal/custom/raw-ostream.h 57 OS << V.V;