clang  3.9.0
Public Member Functions | Public Attributes | List of all members
clang::CodeGen::CallArg Struct Reference

#include <CGCall.h>

Collaboration diagram for clang::CodeGen::CallArg:
[legend]

Public Member Functions

 CallArg (RValue rv, QualType ty, bool needscopy)
 

Public Attributes

RValue RV
 
QualType Ty
 
bool NeedsCopy
 

Detailed Description

Definition at line 45 of file CGCall.h.

Constructor & Destructor Documentation

clang::CodeGen::CallArg::CallArg ( RValue  rv,
QualType  ty,
bool  needscopy 
)
inline

Definition at line 49 of file CGCall.h.

Member Data Documentation

bool clang::CodeGen::CallArg::NeedsCopy

Definition at line 48 of file CGCall.h.

RValue clang::CodeGen::CallArg::RV

Definition at line 46 of file CGCall.h.

QualType clang::CodeGen::CallArg::Ty

Definition at line 47 of file CGCall.h.


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