Lines Matching refs:AttributeListImpl
1011 AttributeListImpl::AttributeListImpl(ArrayRef<AttributeSet> Sets) in AttributeListImpl() function in AttributeListImpl
1030 void AttributeListImpl::Profile(FoldingSetNodeID &ID) const { in Profile()
1034 void AttributeListImpl::Profile(FoldingSetNodeID &ID, in Profile()
1040 bool AttributeListImpl::hasAttrSomewhere(Attribute::AttrKind Kind, in hasAttrSomewhere()
1059 LLVM_DUMP_METHOD void AttributeListImpl::dump() const { in dump()
1060 AttributeList(const_cast<AttributeListImpl *>(this)).dump(); in dump()
1074 AttributeListImpl::Profile(ID, AttrSets); in getImpl()
1077 AttributeListImpl *PA = in getImpl()
1085 AttributeListImpl::totalSizeToAlloc<AttributeSet>(AttrSets.size()), in getImpl()
1086 alignof(AttributeListImpl)); in getImpl()
1087 PA = new (Mem) AttributeListImpl(AttrSets); in getImpl()