clang-tools 20.0.0git
|
Public Attributes | |
std::shared_ptr< std::atomic< int > > | Cancelled |
const CancelState * | Parent |
Definition at line 18 of file Cancellation.cpp.
std::shared_ptr<std::atomic<int> > clang::clangd::CancelState::Cancelled |
Definition at line 19 of file Cancellation.cpp.
Referenced by clang::clangd::cancelableTask().
const CancelState* clang::clangd::CancelState::Parent |
Definition at line 20 of file Cancellation.cpp.
Referenced by clang::clangd::cancelableTask().