Searched refs:AttributeListImpl (Results 1 – 4 of 4) sorted by relevance
279 class AttributeListImpl final281 private TrailingObjects<AttributeListImpl, AttributeSet> {296 AttributeListImpl(ArrayRef<AttributeSet> Sets);299 AttributeListImpl(const AttributeListImpl &) = delete;300 AttributeListImpl &operator=(const AttributeListImpl &) = delete;325 static_assert(std::is_trivially_destructible<AttributeListImpl>::value,
955 AttributeListImpl::AttributeListImpl(ArrayRef<AttributeSet> Sets) in AttributeListImpl() function in AttributeListImpl974 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()[all …]
1373 FoldingSet<AttributeListImpl> AttrsLists;
38 class AttributeListImpl; variable267 friend AttributeListImpl; variable408 friend class AttributeListImpl;415 AttributeListImpl *pImpl = nullptr;431 explicit AttributeList(AttributeListImpl *LI) : pImpl(LI) {}789 return AttributeList(reinterpret_cast<AttributeListImpl *>(Val));795 return AttributeList(reinterpret_cast<AttributeListImpl *>(Val));