Searched refs:isTypeAttribute (Results 1 – 6 of 6) sorted by relevance
195 bool Attribute::isTypeAttribute() const { in isTypeAttribute() function in Attribute196 return pImpl && pImpl->isTypeAttribute(); in isTypeAttribute()201 assert((isEnumAttribute() || isIntAttribute() || isTypeAttribute()) && in getKindAsEnum()229 assert(isTypeAttribute() && in getValueAsType()520 assert(isEnumAttribute() || isIntAttribute() || isTypeAttribute()); in getKindAsEnum()540 assert(isTypeAttribute()); in getValueAsType()551 if (AI.isTypeAttribute()) return true; in operator <()554 if (isTypeAttribute()) { in operator <()556 if (AI.isTypeAttribute()) { in operator <()567 if (AI.isTypeAttribute()) return false; in operator <()[all …]
61 bool isTypeAttribute() const { return KindID == TypeAttrEntry; } in isTypeAttribute() function
4140 if (!Attr.isTypeAttribute()) { in writeAttribute()
116 if (LA.isTypeAttribute() && RA.isTypeAttribute()) { in cmpAttrs()
124 bool isTypeAttribute() const;
772 assert(Attr.isTypeAttribute()); in writeAttributeGroupTable()