clang-tools 19.0.0git
Public Attributes | List of all members
clang::clangd::CancelState Struct Reference

Public Attributes

std::shared_ptr< std::atomic< int > > Cancelled
 
const CancelStateParent
 

Detailed Description

Definition at line 18 of file Cancellation.cpp.

Member Data Documentation

◆ Cancelled

std::shared_ptr<std::atomic<int> > clang::clangd::CancelState::Cancelled

Definition at line 19 of file Cancellation.cpp.

Referenced by clang::clangd::cancelableTask().

◆ Parent

const CancelState* clang::clangd::CancelState::Parent

Definition at line 20 of file Cancellation.cpp.

Referenced by clang::clangd::cancelableTask().


The documentation for this struct was generated from the following file: