Searched refs:getNumAttributes (Results 1 – 9 of 9) sorted by relevance
105 size_t getNumAttributes() const { in getNumAttributes() function
247 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
756 unsigned AttributeSet::getNumAttributes() const { in getNumAttributes() function in AttributeSet757 return SetNode ? SetNode->getNumAttributes() : 0; in getNumAttributes()
2423 return AS.getNumAttributes(); in LLVMGetAttributeCountAtIndex()2836 return AS.getNumAttributes(); in LLVMGetCallSiteAttributeCount()
1801 Check(Attrs.getNumAttributes() == 1, in verifyParameterAttrs()
663 Index = AbbrDecl->getNumAttributes(); in attribute_iterator()675 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()
603 Score += AttrSet.getNumAttributes(); in computeIRComplexityScoreImpl()
352 unsigned getNumAttributes() const;
349 assert(AS.getNumAttributes() == 1 && in addAttributes()