Searched refs:IndexAttrPair (Results 1 – 2 of 2) sorted by relevance
212 typedef std::pair<unsigned, AttributeSetNode *> IndexAttrPair; typedef220 private TrailingObjects<AttributeSetImpl, IndexAttrPair> {231 size_t numTrailingObjects(OverloadToken<IndexAttrPair>) { return NumSlots; } in numTrailingObjects() argument234 const IndexAttrPair *getNode(unsigned Slot) const { in getNode()235 return getTrailingObjects<IndexAttrPair>() + Slot; in getNode()259 std::copy(Slots.begin(), Slots.end(), getTrailingObjects<IndexAttrPair>()); in AttributeSetImpl()
704 AttributeSetImpl::totalSizeToAlloc<IndexAttrPair>(Attrs.size())); in getImpl()838 for (const IndexAttrPair *AI = AS->getNode(0), in get()