clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::CodeGen::CodeGenFunction::CGCoroInfo Struct Reference

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

Public Member Functions

 CGCoroInfo ()
 
 ~CGCoroInfo ()
 

Public Attributes

std::unique_ptr< CGCoroDataData
 
bool InSuspendBlock = false
 

Detailed Description

Definition at line 362 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ CGCoroInfo()

clang::CodeGen::CodeGenFunction::CGCoroInfo::CGCoroInfo ( )

Definition at line 86 of file CGCoroutine.cpp.

◆ ~CGCoroInfo()

CodeGenFunction::CGCoroInfo::~CGCoroInfo ( )

Definition at line 87 of file CGCoroutine.cpp.

Member Data Documentation

◆ Data

std::unique_ptr<CGCoroData> clang::CodeGen::CodeGenFunction::CGCoroInfo::Data

◆ InSuspendBlock

bool clang::CodeGen::CodeGenFunction::CGCoroInfo::InSuspendBlock = false

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