Home
last modified time | relevance | path

Searched refs:TypeAttrEntry (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributeImpl.h47 TypeAttrEntry, enumerator
60 bool isTypeAttribute() const { return KindID == TypeAttrEntry; } in isTypeAttribute()
187 : EnumAttributeImpl(TypeAttrEntry, Kind), Ty(Ty) {} in TypeAttributeImpl()