Searched refs:isTypeAttribute (Results 1 – 9 of 9) sorted by relevance
269 bool Attribute::isTypeAttribute() const { in isTypeAttribute() function in Attribute270 return pImpl && pImpl->isTypeAttribute(); in isTypeAttribute()275 assert((isEnumAttribute() || isIntAttribute() || isTypeAttribute()) && in getKindAsEnum()310 assert(isTypeAttribute() && in getValueAsType()369 if (isTypeAttribute()) { in getAsString()532 assert(isEnumAttribute() || isIntAttribute() || isTypeAttribute()); in getKindAsEnum()557 assert(isTypeAttribute()); in getValueAsType()573 assert(!AI.isTypeAttribute() && "Comparison of types would be unstable"); in operator <()
60 bool isTypeAttribute() const { return KindID == TypeAttrEntry; } in isTypeAttribute() function
4413 if (!Attr.isTypeAttribute()) { in writeAttribute()
210 return unwrap(A).isTypeAttribute(); in LLVMIsTypeAttribute()
137 assert(isTypeAttribute() && "this requires a typed attribute"); in getWithNewType()164 bool isTypeAttribute() const;
121 if (LA.isTypeAttribute() && RA.isTypeAttribute()) { in cmpAttrs()
195 if (Attr.isTypeAttribute() || Attr.isStringAttribute() || in addAttribute()
1050 if (Attr.isTypeAttribute()) in EnumerateAttributes()
813 assert(Attr.isTypeAttribute()); in writeAttributeGroupTable()