Home
last modified time | relevance | path

Searched defs:StartTime (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dpr9130.cpp4 virtual int StartTime() { in StartTime() function in nsOggCodecState
/llvm-project/clang-tools-extra/clangd/index/remote/server/
H A DServer.cpp133 auto StartTime = stopwatch::now(); in Lookup() local
178 auto StartTime = stopwatch::now(); in FuzzyFind() local
221 auto StartTime = stopwatch::now(); in Refs() local
264 auto StartTime = stopwatch::now(); Relations() local
323 logRequestSummary(llvm::StringLiteral RequestName,unsigned Sent,stopwatch::time_point StartTime) logRequestSummary() argument
365 const llvm::sys::TimePoint<> StartTime; global() member in clang::clangd::remote::__anonb5b73aed0111::Monitor
[all...]
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtiming.h65 u64 StartTime = 0; global() variable
/llvm-project/clang-tools-extra/clangd/index/remote/
H A DClient.cpp78 std::chrono::system_clock::time_point StartTime = in streamRPC() local
/llvm-project/llvm/include/llvm/Support/
H A DTimer.h81 TimeRecord StartTime; ///< The time startTimer() was last called. global() variable
/llvm-project/clang-tools-extra/clangd/support/
H A DTrace.cpp146 double StartTime; member in clang::clangd::trace::__anondc7550a90111::JSONTracer::JSONSpan
/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp302 const TimePointType StartTime; global() member
/llvm-project/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp705 const llvm::TimeRecord &StartTime = llvm::TimeRecord::getCurrentTime(); in clang_codeCompleteAt_Impl() local
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp860 auto StartTime = system_clock::now(); in FuzzerDriver() local
/llvm-project/clang-tools-extra/clangd/
H A DPreamble.cpp434 std::chrono::steady_clock::time_point StartTime; member in clang::clangd::__anon0b7b15160111::WallTimer