Lines Matching refs:AttributeListImpl
955 AttributeListImpl::AttributeListImpl(ArrayRef<AttributeSet> Sets) in AttributeListImpl() function in AttributeListImpl
974 void AttributeListImpl::Profile(FoldingSetNodeID &ID) const { in Profile()
978 void AttributeListImpl::Profile(FoldingSetNodeID &ID, in Profile()
984 bool AttributeListImpl::hasAttrSomewhere(Attribute::AttrKind Kind, in hasAttrSomewhere()
1003 LLVM_DUMP_METHOD void AttributeListImpl::dump() const { in dump()
1004 AttributeList(const_cast<AttributeListImpl *>(this)).dump(); in dump()
1018 AttributeListImpl::Profile(ID, AttrSets); in getImpl()
1021 AttributeListImpl *PA = in getImpl()
1029 AttributeListImpl::totalSizeToAlloc<AttributeSet>(AttrSets.size()), in getImpl()
1030 alignof(AttributeListImpl)); in getImpl()
1031 PA = new (Mem) AttributeListImpl(AttrSets); in getImpl()