Lines Matching refs:AttributeListImpl
965 AttributeListImpl::AttributeListImpl(ArrayRef<AttributeSet> Sets) in AttributeListImpl() function in AttributeListImpl
984 void AttributeListImpl::Profile(FoldingSetNodeID &ID) const { in Profile()
988 void AttributeListImpl::Profile(FoldingSetNodeID &ID, in Profile()
994 bool AttributeListImpl::hasAttrSomewhere(Attribute::AttrKind Kind, in hasAttrSomewhere()
1013 LLVM_DUMP_METHOD void AttributeListImpl::dump() const { in dump()
1014 AttributeList(const_cast<AttributeListImpl *>(this)).dump(); in dump()
1028 AttributeListImpl::Profile(ID, AttrSets); in getImpl()
1031 AttributeListImpl *PA = in getImpl()
1039 AttributeListImpl::totalSizeToAlloc<AttributeSet>(AttrSets.size()), in getImpl()
1040 alignof(AttributeListImpl)); in getImpl()
1041 PA = new (Mem) AttributeListImpl(AttrSets); in getImpl()