Searched refs:getNumAttributes (Results 1 – 8 of 8) sorted by relevance
113 size_t getNumAttributes() const { in getNumAttributes() function
677 Index = AbbrDecl->getNumAttributes(); in attribute_iterator()689 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()
324 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
905 unsigned AttributeSet::getNumAttributes() const { in getNumAttributes() function in AttributeSet906 return SetNode ? SetNode->getNumAttributes() : 0; in getNumAttributes()
2566 return AS.getNumAttributes(); in LLVMGetAttributeCountAtIndex()3001 return AS.getNumAttributes(); in LLVMGetCallSiteAttributeCount()
1937 Check(Attrs.getNumAttributes() == 1, in verifyParameterAttrs()
387 unsigned getNumAttributes() const;
540 assert(AS.getNumAttributes() == 1 && in addAttributes()