Lines Matching refs:AttributeProxy
51 AttributeProxy::AttributeProxy(AttributeSet& pParent, in AttributeProxy() function in AttributeProxy
57 AttributeProxy::~AttributeProxy() in ~AttributeProxy()
61 bool AttributeProxy::isWholeArchive() const in isWholeArchive()
69 bool AttributeProxy::isAsNeeded() const in isAsNeeded()
77 bool AttributeProxy::isAddNeeded() const in isAddNeeded()
85 bool AttributeProxy::isStatic() const in isStatic()
93 bool AttributeProxy::isDynamic() const in isDynamic()
116 void AttributeProxy::setWholeArchive() in setWholeArchive()
123 void AttributeProxy::unsetWholeArchive() in unsetWholeArchive()
130 void AttributeProxy::setAsNeeded() in setAsNeeded()
137 void AttributeProxy::unsetAsNeeded() in unsetAsNeeded()
144 void AttributeProxy::setAddNeeded() in setAddNeeded()
151 void AttributeProxy::unsetAddNeeded() in unsetAddNeeded()
158 void AttributeProxy::setStatic() in setStatic()
165 void AttributeProxy::setDynamic() in setDynamic()
172 AttributeProxy& AttributeProxy::assign(Attribute* pBase) in assign()