Searched refs:TypeAttributeImpl (Results 1 – 4 of 4) sorted by relevance
161 class TypeAttributeImpl : public EnumAttributeImpl {167 TypeAttributeImpl(Attribute::AttrKind Kind, Type *Ty) in TypeAttributeImpl() function
137 PA = new TypeAttributeImpl(Kind, Ty); in get()507 void TypeAttributeImpl::anchor() {} in anchor()541 return static_cast<const TypeAttributeImpl *>(this)->getTypeValue(); in getValueAsType()
181 class TypeAttributeImpl : public EnumAttributeImpl {185 TypeAttributeImpl(Attribute::AttrKind Kind, Type *Ty) in TypeAttributeImpl() function
141 PA = new (pImpl->Alloc) TypeAttributeImpl(Kind, Ty); in get()607 return static_cast<const TypeAttributeImpl *>(this)->getTypeValue(); in getValueAsType()