Lines Matching refs:AttributeListImpl
1206 AttributeListImpl::AttributeListImpl(ArrayRef<AttributeSet> Sets) in AttributeListImpl() function in AttributeListImpl
1225 void AttributeListImpl::Profile(FoldingSetNodeID &ID) const { in Profile()
1229 void AttributeListImpl::Profile(FoldingSetNodeID &ID, in Profile()
1235 bool AttributeListImpl::hasAttrSomewhere(Attribute::AttrKind Kind, in hasAttrSomewhere()
1254 LLVM_DUMP_METHOD void AttributeListImpl::dump() const { in dump()
1255 AttributeList(const_cast<AttributeListImpl *>(this)).dump(); in dump()
1269 AttributeListImpl::Profile(ID, AttrSets); in getImpl()
1272 AttributeListImpl *PA = in getImpl()
1280 AttributeListImpl::totalSizeToAlloc<AttributeSet>(AttrSets.size()), in getImpl()
1281 alignof(AttributeListImpl)); in getImpl()
1282 PA = new (Mem) AttributeListImpl(AttrSets); in getImpl()