Searched refs:isTypeAttribute (Results 1 – 11 of 11) sorted by relevance
65 bool isTypeAttribute() const { return KindID == TypeAttrEntry; } in isTypeAttribute() function99 else if (isTypeAttribute()) in Profile()
350 bool Attribute::isTypeAttribute() const { in isTypeAttribute() function in Attribute351 return pImpl && pImpl->isTypeAttribute(); in isTypeAttribute()364 assert((isEnumAttribute() || isIntAttribute() || isTypeAttribute() || in getKindAsEnum()400 assert(isTypeAttribute() && in getValueAsType()527 if (isTypeAttribute()) { in getAsString()768 assert(isEnumAttribute() || isIntAttribute() || isTypeAttribute() || in getKindAsEnum()794 assert(isTypeAttribute()); in getValueAsType()822 assert(!AI.isTypeAttribute() && "Comparison of types would be unstable"); in operator <()
211 if (A.isTypeAttribute()) in incorporateAttributes()
4776 if (!Attr.isTypeAttribute()) { in writeAttribute()
232 return unwrap(A).isTypeAttribute(); in LLVMIsTypeAttribute()
167 assert(isTypeAttribute() && "this requires a typed attribute"); in getWithNewType()194 bool isTypeAttribute() const;
129 if (LA.isTypeAttribute() && RA.isTypeAttribute()) { in cmpAttrs()
196 if (Attr.isTypeAttribute() || Attr.isStringAttribute() || in addAttribute()
1020 if (Attr.isTypeAttribute()) in EnumerateAttributes()
1051 if (Attr.isTypeAttribute()) in EnumerateAttributes()
967 } else if (Attr.isTypeAttribute()) { in writeAttributeGroupTable()