Searched refs:AttributeListImpl (Results 1 – 4 of 4) sorted by relevance
292 class AttributeListImpl final294 private TrailingObjects<AttributeListImpl, AttributeSet> {309 AttributeListImpl(ArrayRef<AttributeSet> Sets);312 AttributeListImpl(const AttributeListImpl &) = delete;313 AttributeListImpl &operator=(const AttributeListImpl &) = delete;338 static_assert(std::is_trivially_destructible<AttributeListImpl>::value,
1076 AttributeListImpl::AttributeListImpl(ArrayRef<AttributeSet> Sets) in AttributeListImpl() function in AttributeListImpl1095 void AttributeListImpl::Profile(FoldingSetNodeID &ID) const { in Profile()1099 void AttributeListImpl::Profile(FoldingSetNodeID &ID, in Profile()1105 bool AttributeListImpl::hasAttrSomewhere(Attribute::AttrKind Kind, in hasAttrSomewhere()1124 LLVM_DUMP_METHOD void AttributeListImpl::dump() const { in dump()1125 AttributeList(const_cast<AttributeListImpl *>(this)).dump(); in dump()1139 AttributeListImpl::Profile(ID, AttrSets); in getImpl()1142 AttributeListImpl *PA = in getImpl()1150 AttributeListImpl::totalSizeToAlloc<AttributeSet>(AttrSets.size()), in getImpl()1151 alignof(AttributeListImpl)); in getImpl()[all …]
56 class AttributeListImpl; variable1495 FoldingSet<AttributeListImpl> AttrsLists;
38 class AttributeListImpl; variable298 friend AttributeListImpl; variable445 friend class AttributeListImpl;452 AttributeListImpl *pImpl = nullptr;468 explicit AttributeList(AttributeListImpl *LI) : pImpl(LI) {}965 return AttributeList(reinterpret_cast<AttributeListImpl *>(Val));971 return AttributeList(reinterpret_cast<AttributeListImpl *>(Val));