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

#include "clang/Sema/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 191 of file AttributeList.h.

Constructor & Destructor Documentation

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

Definition at line 193 of file AttributeList.h.

Member Data Documentation

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

Definition at line 192 of file AttributeList.h.

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

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

Definition at line 192 of file AttributeList.h.

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


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