clang 22.0.0git
clang::CIRGen::CIRGenFunction::CGCoroInfo Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CIR/CodeGen/CIRGenFunction.h"

Public Member Functions

 CGCoroInfo ()
 ~CGCoroInfo ()

Public Attributes

std::unique_ptr< CGCoroDatadata

Detailed Description

Definition at line 74 of file CIRGenFunction.h.

Constructor & Destructor Documentation

◆ CGCoroInfo()

CIRGenFunction::CGCoroInfo::CGCoroInfo ( )

Definition at line 29 of file CIRGenCoroutine.cpp.

◆ ~CGCoroInfo()

CIRGenFunction::CGCoroInfo::~CGCoroInfo ( )

Definition at line 30 of file CIRGenCoroutine.cpp.

Member Data Documentation

◆ data

std::unique_ptr<CGCoroData> clang::CIRGen::CIRGenFunction::CGCoroInfo::data

Definition at line 75 of file CIRGenFunction.h.

Referenced by createCoroData().


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