Searched refs:isTypeAttribute (Results 1 – 11 of 11) sorted by relevance
280 bool Attribute::isTypeAttribute() const { in isTypeAttribute() function in Attribute281 return pImpl && pImpl->isTypeAttribute(); in isTypeAttribute()286 assert((isEnumAttribute() || isIntAttribute() || isTypeAttribute()) && in getKindAsEnum()321 assert(isTypeAttribute() && in getValueAsType()419 if (isTypeAttribute()) { in getAsString()635 assert(isEnumAttribute() || isIntAttribute() || isTypeAttribute()); in getKindAsEnum()660 assert(isTypeAttribute()); in getValueAsType()676 assert(!AI.isTypeAttribute() && "Comparison of types would be unstable"); in operator <()
200 if (A.isTypeAttribute()) in incorporateAttributes()
61 bool isTypeAttribute() const { return KindID == TypeAttrEntry; } in isTypeAttribute() function
4515 if (!Attr.isTypeAttribute()) { in writeAttribute()
218 return unwrap(A).isTypeAttribute(); in LLVMIsTypeAttribute()
155 assert(isTypeAttribute() && "this requires a typed attribute"); in getWithNewType()182 bool isTypeAttribute() const;
129 if (LA.isTypeAttribute() && RA.isTypeAttribute()) { in cmpAttrs()
197 if (Attr.isTypeAttribute() || Attr.isStringAttribute() || in addAttribute()
1015 if (Attr.isTypeAttribute()) in EnumerateAttributes()
856 assert(Attr.isTypeAttribute()); in writeAttributeGroupTable()
1020 if (Attr.isTypeAttribute()) in EnumerateAttributes()