Searched refs:AttributeListImpl (Results 1 – 4 of 4) sorted by relevance
291 class AttributeListImpl final293 private TrailingObjects<AttributeListImpl, AttributeSet> {308 AttributeListImpl(ArrayRef<AttributeSet> Sets);311 AttributeListImpl(const AttributeListImpl &) = delete;312 AttributeListImpl &operator=(const AttributeListImpl &) = delete;337 static_assert(std::is_trivially_destructible<AttributeListImpl>::value,
1047 AttributeListImpl::AttributeListImpl(ArrayRef<AttributeSet> Sets) in AttributeListImpl() function in AttributeListImpl1066 void AttributeListImpl::Profile(FoldingSetNodeID &ID) const { in Profile()1070 void AttributeListImpl::Profile(FoldingSetNodeID &ID, in Profile()1076 bool AttributeListImpl::hasAttrSomewhere(Attribute::AttrKind Kind, in hasAttrSomewhere()1095 LLVM_DUMP_METHOD void AttributeListImpl::dump() const { in dump()1096 AttributeList(const_cast<AttributeListImpl *>(this)).dump(); in dump()1110 AttributeListImpl::Profile(ID, AttrSets); in getImpl()1113 AttributeListImpl *PA = in getImpl()1121 AttributeListImpl::totalSizeToAlloc<AttributeSet>(AttrSets.size()), in getImpl()1122 alignof(AttributeListImpl)); in getImpl()[all …]
56 class AttributeListImpl; variable1458 FoldingSet<AttributeListImpl> AttrsLists;
40 class AttributeListImpl; variable296 friend AttributeListImpl; variable442 friend class AttributeListImpl;449 AttributeListImpl *pImpl = nullptr;465 explicit AttributeList(AttributeListImpl *LI) : pImpl(LI) {}956 return AttributeList(reinterpret_cast<AttributeListImpl *>(Val));962 return AttributeList(reinterpret_cast<AttributeListImpl *>(Val));