Searched refs:getNumAttributes (Results 1 – 5 of 5) sorted by relevance
65 uint32_t getNumAttributes() const { in getNumAttributes() function66 return !isNULL() ? AbbrevDecl->getNumAttributes() : 0; in getNumAttributes()
34 uint32_t getNumAttributes() const { return Attribute.size(); } in getNumAttributes() function
44 const uint32_t numAttributes = AbbrevDecl->getNumAttributes(); in dump()113 const uint32_t numAttributes = AbbrevDecl->getNumAttributes(); in extractFast()250 const uint32_t numAttributes = AbbrevDecl->getNumAttributes(); in extract()
498 for (unsigned I = 0, E = getNumAttributes(); I != E; ++I) { in Raw()675 uint64_t NumAttrs = pImpl->getNumAttributes(); in addAttributes()691 for (unsigned I = 0, E = Attrs.pImpl->getNumAttributes(); I != E; ++I) in addAttributes()728 uint64_t NumAttrs = pImpl->getNumAttributes(); in removeAttributes()744 for (unsigned I = 0, E = Attrs.pImpl->getNumAttributes(); I != E; ++I) in removeAttributes()813 for (unsigned I = 0, E = pImpl->getNumAttributes(); I != E; ++I) in hasAttrSomewhere()855 for (unsigned I = 0, E = pImpl->getNumAttributes(); I != E; ++I) in getAttributes()882 return pImpl ? pImpl->getNumAttributes() : 0; in getNumSlots()886 assert(pImpl && Slot < pImpl->getNumAttributes() && in getSlotIndex()892 assert(pImpl && Slot < pImpl->getNumAttributes() && in getSlotAttributes()[all …]
225 unsigned getNumAttributes() const { return AttrNodes.size(); } in getNumAttributes() function