clang  3.9.0
Public Member Functions | Public Attributes | List of all members
clang::AttributeList::PropertyData Struct Reference

#include <AttributeList.h>

Collaboration diagram for clang::AttributeList::PropertyData:
[legend]

Public Member Functions

 PropertyData (IdentifierInfo *getterId, IdentifierInfo *setterId)
 

Public Attributes

IdentifierInfoGetterId
 
IdentifierInfoSetterId
 

Detailed Description

Definition at line 188 of file AttributeList.h.

Constructor & Destructor Documentation

clang::AttributeList::PropertyData::PropertyData ( IdentifierInfo getterId,
IdentifierInfo setterId 
)
inline

Definition at line 190 of file AttributeList.h.

Member Data Documentation

IdentifierInfo* clang::AttributeList::PropertyData::GetterId

Definition at line 189 of file AttributeList.h.

Referenced by clang::Sema::HandleMSProperty().

IdentifierInfo * clang::AttributeList::PropertyData::SetterId

Definition at line 189 of file AttributeList.h.

Referenced by clang::Sema::HandleMSProperty().


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