Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()