Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/support/
DCancellation.cpp22 static Key<CancelState> StateKey; variable
28 State.Parent = Context::current().get(StateKey); in cancelableTask()
30 Context::current().derive(StateKey, State), in cancelableTask()
36 for (const CancelState *State = Ctx.get(StateKey); State != nullptr; in isCancelled()