Searched refs:AttributeListImpl (Results 1 – 4 of 4) sorted by relevance
369 class AttributeListImpl final371 private TrailingObjects<AttributeListImpl, AttributeSet> {386 AttributeListImpl(ArrayRef<AttributeSet> Sets);389 AttributeListImpl(const AttributeListImpl &) = delete;390 AttributeListImpl &operator=(const AttributeListImpl &) = delete;415 static_assert(std::is_trivially_destructible<AttributeListImpl>::value,
1206 AttributeListImpl::AttributeListImpl(ArrayRef<AttributeSet> Sets) in AttributeListImpl() function in AttributeListImpl1225 void AttributeListImpl::Profile(FoldingSetNodeID &ID) const { in Profile()1229 void AttributeListImpl::Profile(FoldingSetNodeID &ID, in Profile()1235 bool AttributeListImpl::hasAttrSomewhere(Attribute::AttrKind Kind, in hasAttrSomewhere()1254 LLVM_DUMP_METHOD void AttributeListImpl::dump() const { in dump()1255 AttributeList(const_cast<AttributeListImpl *>(this)).dump(); in dump()1269 AttributeListImpl::Profile(ID, AttrSets); in getImpl()1272 AttributeListImpl *PA = in getImpl()1280 AttributeListImpl::totalSizeToAlloc<AttributeSet>(AttrSets.size()), in getImpl()1281 alignof(AttributeListImpl)); in getImpl()[all …]
56 class AttributeListImpl; variable1517 FoldingSet<AttributeListImpl> AttrsLists;
38 class AttributeListImpl; variable331 friend AttributeListImpl; variable478 friend class AttributeListImpl;485 AttributeListImpl *pImpl = nullptr;501 explicit AttributeList(AttributeListImpl *LI) : pImpl(LI) {}1008 return AttributeList(reinterpret_cast<AttributeListImpl *>(Val));1014 return AttributeList(reinterpret_cast<AttributeListImpl *>(Val));