Home
last modified time | relevance | path

Searched refs:getExisting (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/support/
DContext.h111 template <class Type> const Type &getExisting(const Key<Type> &Key) const { in getExisting() function
DTrace.cpp69 Context::current().getExisting(SpanKey)->markEnded(); in endSpan()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DClangdTests.cpp304 Got = Context::current().getExisting(Secret); in TEST()
311 Got = Context::current().getExisting(Secret); in TEST()
DTUSchedulerTests.cpp883 EXPECT_EQ(Context::current().getExisting(TestKey), 10); in TEST_F()