Searched refs:AttributeListImpl (Results 1 – 4 of 4) sorted by relevance
283 class AttributeListImpl final285 private TrailingObjects<AttributeListImpl, AttributeSet> {300 AttributeListImpl(ArrayRef<AttributeSet> Sets);303 AttributeListImpl(const AttributeListImpl &) = delete;304 AttributeListImpl &operator=(const AttributeListImpl &) = delete;329 static_assert(std::is_trivially_destructible<AttributeListImpl>::value,
1124 AttributeListImpl::AttributeListImpl(ArrayRef<AttributeSet> Sets) in AttributeListImpl() function in AttributeListImpl1143 void AttributeListImpl::Profile(FoldingSetNodeID &ID) const { in Profile()1147 void AttributeListImpl::Profile(FoldingSetNodeID &ID, in Profile()1153 bool AttributeListImpl::hasAttrSomewhere(Attribute::AttrKind Kind, in hasAttrSomewhere()1172 LLVM_DUMP_METHOD void AttributeListImpl::dump() const { in dump()1173 AttributeList(const_cast<AttributeListImpl *>(this)).dump(); in dump()1187 AttributeListImpl::Profile(ID, AttrSets); in getImpl()1190 AttributeListImpl *PA = in getImpl()1198 AttributeListImpl::totalSizeToAlloc<AttributeSet>(AttrSets.size()), in getImpl()1199 alignof(AttributeListImpl)); in getImpl()[all …]
1373 FoldingSet<AttributeListImpl> AttrsLists;
38 class AttributeListImpl; variable255 friend AttributeListImpl; variable395 friend class AttributeListImpl;402 AttributeListImpl *pImpl = nullptr;418 explicit AttributeList(AttributeListImpl *LI) : pImpl(LI) {}779 return AttributeList(reinterpret_cast<AttributeListImpl *>(Val));785 return AttributeList(reinterpret_cast<AttributeListImpl *>(Val));