Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/support/
DCancellation.cpp18 struct CancelState { struct
20 const CancelState *Parent; argument
22 static Key<CancelState> StateKey;
26 CancelState State; in cancelableTask()
36 for (const CancelState *State = Ctx.get(StateKey); State != nullptr; in isCancelled()