Searched defs:AttributeWithIndex (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/
H A DAttributes.h235 struct AttributeWithIndex { struct in namespace:llvm
241 static AttributeWithIndex get(unsigned Idx, Attributes Attrs) {
242 AttributeWithIndex P;
272 static AttrListPtr get(const AttributeWithIndex *Attr, unsigned NumAttrs);
362 /// getSlot - Return the AttributeWithIndex at the specified slot. This
364 const AttributeWithIndex &getSlot(unsigned Slot) const;

Completed in 74 milliseconds