clang
6.0.0
|
#include "clang/Sema/AttributeList.h"
Public Member Functions | |
PropertyData (IdentifierInfo *getterId, IdentifierInfo *setterId) | |
Public Attributes | |
IdentifierInfo * | GetterId |
IdentifierInfo * | SetterId |
Definition at line 195 of file AttributeList.h.
|
inline |
Definition at line 197 of file AttributeList.h.
References getKind(), clang::AttributeList::TypeTagForDatatypeData::LayoutCompatible, clang::AttributeList::TypeTagForDatatypeData::MatchingCType, and clang::AttributeList::TypeTagForDatatypeData::MustBeNull.
IdentifierInfo* clang::AttributeList::PropertyData::GetterId |
Definition at line 196 of file AttributeList.h.
IdentifierInfo * clang::AttributeList::PropertyData::SetterId |
Definition at line 196 of file AttributeList.h.