clang API Documentation

Public Member Functions | Public Attributes
clang::CodeGen::CGObjCRuntime::MessageSendInfo Struct Reference

#include <CGObjCRuntime.h>

Collaboration diagram for clang::CodeGen::CGObjCRuntime::MessageSendInfo:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MessageSendInfo (const CGFunctionInfo &callInfo, llvm::PointerType *messengerType)

Public Attributes

const CGFunctionInfoCallInfo
llvm::PointerType * MessengerType

Detailed Description

Definition at line 274 of file CGObjCRuntime.h.


Constructor & Destructor Documentation

clang::CodeGen::CGObjCRuntime::MessageSendInfo::MessageSendInfo ( const CGFunctionInfo callInfo,
llvm::PointerType *  messengerType 
) [inline]

Definition at line 278 of file CGObjCRuntime.h.


Member Data Documentation

Definition at line 275 of file CGObjCRuntime.h.

Definition at line 276 of file CGObjCRuntime.h.


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