Searched refs:getNumAttributes (Results 1 – 8 of 8) sorted by relevance
113 size_t getNumAttributes() const { in getNumAttributes() function
247 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
775 unsigned AttributeSet::getNumAttributes() const { in getNumAttributes() function in AttributeSet776 return SetNode ? SetNode->getNumAttributes() : 0; in getNumAttributes()
2407 return AS.getNumAttributes(); in LLVMGetAttributeCountAtIndex()2848 return AS.getNumAttributes(); in LLVMGetCallSiteAttributeCount()
1873 Check(Attrs.getNumAttributes() == 1, in verifyParameterAttrs()
677 Index = AbbrDecl->getNumAttributes(); in attribute_iterator()689 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()
354 unsigned getNumAttributes() const;
537 assert(AS.getNumAttributes() == 1 && in addAttributes()