clang
3.7.0
|
#include <AttributeList.h>
Public Member Functions | |
PropertyData (IdentifierInfo *getterId, IdentifierInfo *setterId) | |
Public Attributes | |
IdentifierInfo * | GetterId |
IdentifierInfo * | SetterId |
Definition at line 168 of file AttributeList.h.
|
inline |
Definition at line 170 of file AttributeList.h.
IdentifierInfo* clang::AttributeList::PropertyData::GetterId |
Definition at line 169 of file AttributeList.h.
Referenced by clang::Sema::HandleMSProperty().
IdentifierInfo * clang::AttributeList::PropertyData::SetterId |
Definition at line 169 of file AttributeList.h.
Referenced by clang::Sema::HandleMSProperty().