clang API Documentation

Public Member Functions | Public Attributes
clang::CodeGen::CallArg Struct Reference

#include <CGCall.h>

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

List of all members.

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

Definition at line 48 of file CGCall.h.

Definition at line 46 of file CGCall.h.

Definition at line 47 of file CGCall.h.


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