Searched refs:isTypeAttribute (Results 1 – 11 of 11) sorted by relevance
272 bool Attribute::isTypeAttribute() const { in isTypeAttribute() function in Attribute273 return pImpl && pImpl->isTypeAttribute(); in isTypeAttribute()278 assert((isEnumAttribute() || isIntAttribute() || isTypeAttribute()) && in getKindAsEnum()313 assert(isTypeAttribute() && in getValueAsType()390 if (isTypeAttribute()) { in getAsString()565 assert(isEnumAttribute() || isIntAttribute() || isTypeAttribute()); in getKindAsEnum()590 assert(isTypeAttribute()); in getValueAsType()606 assert(!AI.isTypeAttribute() && "Comparison of types would be unstable"); in operator <()
200 if (A.isTypeAttribute()) in incorporateAttributes()
60 bool isTypeAttribute() const { return KindID == TypeAttrEntry; } in isTypeAttribute() function
4406 if (!Attr.isTypeAttribute()) { in writeAttribute()
219 return unwrap(A).isTypeAttribute(); in LLVMIsTypeAttribute()
152 assert(isTypeAttribute() && "this requires a typed attribute"); in getWithNewType()179 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()
829 assert(Attr.isTypeAttribute()); in writeAttributeGroupTable()
1020 if (Attr.isTypeAttribute()) in EnumerateAttributes()