Searched refs:isTypeAttribute (Results 1 – 11 of 11) sorted by relevance
65 bool isTypeAttribute() const { return KindID == TypeAttrEntry; } in isTypeAttribute() function102 else if (isTypeAttribute()) in Profile()
211 if (A.isTypeAttribute()) in incorporateAttributes()
360 bool Attribute::isTypeAttribute() const { in isTypeAttribute() function in Attribute361 return pImpl && pImpl->isTypeAttribute(); in isTypeAttribute()409 assert(isTypeAttribute() && in getValueAsType()542 if (isTypeAttribute()) { in getAsString()836 assert(isEnumAttribute() || isIntAttribute() || isTypeAttribute() || in getKindAsEnum()862 assert(isTypeAttribute()); in getValueAsType()894 assert(!AI.isTypeAttribute() && "Comparison of types would be unstable"); in cmp()
4976 if (!Attr.isTypeAttribute()) { in writeAttribute()
239 return unwrap(A).isTypeAttribute(); in LLVMIsTypeAttribute()
187 assert(isTypeAttribute() && "this requires a typed attribute"); in getWithNewType()214 LLVM_ABI bool isTypeAttribute() const;
135 if (LA.isTypeAttribute() && RA.isTypeAttribute()) { in cmpAttrs()
195 if (Attr.isTypeAttribute() || Attr.isStringAttribute() || in addAttribute()
1020 if (Attr.isTypeAttribute()) in EnumerateAttributes()
1054 if (Attr.isTypeAttribute()) in EnumerateAttributes()
1035 } else if (Attr.isTypeAttribute()) { in writeAttributeGroupTable()