Searched refs:getNumAttributes (Results 1 – 8 of 8) sorted by relevance
114 size_t getNumAttributes() const { in getNumAttributes() function
696 Index = AbbrDecl->getNumAttributes(); in attribute_iterator()708 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()
321 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
1114 unsigned AttributeSet::getNumAttributes() const { in getNumAttributes() function in AttributeSet1115 return SetNode ? SetNode->getNumAttributes() : 0; in getNumAttributes()
2577 return AS.getNumAttributes(); in LLVMGetAttributeCountAtIndex()3052 return AS.getNumAttributes(); in LLVMGetCallSiteAttributeCount()
2009 Attrs.getNumAttributes() - Attrs.hasAttribute(Attribute::Range); in verifyParameterAttrs()
424 LLVM_ABI unsigned getNumAttributes() const;
558 assert(AS.getNumAttributes() == 1 && in addAttributes()