|
clang
5.0.0
|
#include "clang/Sema/AttributeList.h"
Public Member Functions | |
| PropertyData (IdentifierInfo *getterId, IdentifierInfo *setterId) | |
Public Attributes | |
| IdentifierInfo * | GetterId |
| IdentifierInfo * | SetterId |
Definition at line 191 of file AttributeList.h.
|
inline |
Definition at line 193 of file AttributeList.h.
| 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().
1.8.6