Lines Matching refs:AttributeListImpl
1076 AttributeListImpl::AttributeListImpl(ArrayRef<AttributeSet> Sets) in AttributeListImpl() function in AttributeListImpl
1095 void AttributeListImpl::Profile(FoldingSetNodeID &ID) const { in Profile()
1099 void AttributeListImpl::Profile(FoldingSetNodeID &ID, in Profile()
1105 bool AttributeListImpl::hasAttrSomewhere(Attribute::AttrKind Kind, in hasAttrSomewhere()
1124 LLVM_DUMP_METHOD void AttributeListImpl::dump() const { in dump()
1125 AttributeList(const_cast<AttributeListImpl *>(this)).dump(); in dump()
1139 AttributeListImpl::Profile(ID, AttrSets); in getImpl()
1142 AttributeListImpl *PA = in getImpl()
1150 AttributeListImpl::totalSizeToAlloc<AttributeSet>(AttrSets.size()), in getImpl()
1151 alignof(AttributeListImpl)); in getImpl()
1152 PA = new (Mem) AttributeListImpl(AttrSets); in getImpl()