Lines Matching refs:Attribute
197 Attribute* existingAttr = valueCast<Attribute>(existing);
198 Attribute* incomingAttr = valueCast<Attribute>(incoming);
216 // The existing value is not an attribute and it is weak,
217 // so take the incoming attribute value.
220 // The existing value is not an attribute and it is strong,
221 // so the incoming attribute value is an error.
228 // Attribute specific handling. At this point we know both
241 // Any incoming attribute is better than this.
246 // The incoming attribute may be a USE instead of a DECL.
247 // Keep the existing attribute.