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

#include "/work/www-prereleases/8.0.0/rc2/builddocs/llvm.src/tools/clang/lib/CodeGen/CodeGenFunction.h"

Collaboration diagram for clang::CodeGen::CodeGenFunction::CGCoroInfo:
[legend]

Public Member Functions

 CGCoroInfo ()
 
 ~CGCoroInfo ()
 

Public Attributes

std::unique_ptr< CGCoroDataData
 

Detailed Description

Definition at line 306 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ CGCoroInfo()

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

Definition at line 87 of file CGCoroutine.cpp.

◆ ~CGCoroInfo()

CodeGenFunction::CGCoroInfo::~CGCoroInfo ( )

Definition at line 88 of file CGCoroutine.cpp.

Member Data Documentation

◆ Data

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

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