Lines Matching refs:Attribute
19 bool AttrConstraint::isLegal(const Attribute& pAttr) const { in isLegal()
52 const Attribute& pBase, in AttributeProxy()
96 const Attribute*& pBase, in ReplaceOrRecord()
97 Attribute*& pCopy) { in ReplaceOrRecord()
98 Attribute* result = pParent.exists(*pCopy); in ReplaceOrRecord()
109 Attribute* copy = new Attribute(*m_pBase); in setWholeArchive()
115 Attribute* copy = new Attribute(*m_pBase); in unsetWholeArchive()
121 Attribute* copy = new Attribute(*m_pBase); in setAsNeeded()
127 Attribute* copy = new Attribute(*m_pBase); in unsetAsNeeded()
133 Attribute* copy = new Attribute(*m_pBase); in setAddNeeded()
139 Attribute* copy = new Attribute(*m_pBase); in unsetAddNeeded()
145 Attribute* copy = new Attribute(*m_pBase); in setStatic()
151 Attribute* copy = new Attribute(*m_pBase); in setDynamic()
156 AttributeProxy& AttributeProxy::assign(Attribute* pBase) { in assign()