Searched refs:isTypeAttribute (Results 1 – 11 of 11) sorted by relevance
197 if (A.isTypeAttribute()) in incorporateAttributes()
286 bool Attribute::isTypeAttribute() const { in isTypeAttribute() function in Attribute287 return pImpl && pImpl->isTypeAttribute(); in isTypeAttribute()292 assert((isEnumAttribute() || isIntAttribute() || isTypeAttribute()) && in getKindAsEnum()327 assert(isTypeAttribute() && in getValueAsType()431 if (isTypeAttribute()) { in getAsString()654 assert(isEnumAttribute() || isIntAttribute() || isTypeAttribute()); in getKindAsEnum()679 assert(isTypeAttribute()); in getValueAsType()695 assert(!AI.isTypeAttribute() && "Comparison of types would be unstable"); in operator <()
61 bool isTypeAttribute() const { return KindID == TypeAttrEntry; } in isTypeAttribute() function
212 return unwrap(A).isTypeAttribute(); in LLVMIsTypeAttribute()
4659 if (!Attr.isTypeAttribute()) { in writeAttribute()
154 assert(isTypeAttribute() && "this requires a typed attribute"); in getWithNewType()181 bool isTypeAttribute() const;
129 if (LA.isTypeAttribute() && RA.isTypeAttribute()) { in cmpAttrs()
196 if (Attr.isTypeAttribute() || Attr.isStringAttribute() || in addAttribute()
1015 if (Attr.isTypeAttribute()) in EnumerateAttributes()
893 assert(Attr.isTypeAttribute()); in writeAttributeGroupTable()
1020 if (Attr.isTypeAttribute()) in EnumerateAttributes()