clang
3.9.0
|
#include <AttributeList.h>
Public Member Functions | |
PropertyData (IdentifierInfo *getterId, IdentifierInfo *setterId) | |
Public Attributes | |
IdentifierInfo * | GetterId |
IdentifierInfo * | SetterId |
Definition at line 188 of file AttributeList.h.
|
inline |
Definition at line 190 of file AttributeList.h.
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().