Searched refs:getNumAttributes (Results 1 – 4 of 4) sorted by relevance
56 uint32_t getNumAttributes() const { in getNumAttributes() function57 return !isNULL() ? AbbrevDecl->getNumAttributes() : 0; in getNumAttributes()
43 const uint32_t numAttributes = AbbrevDecl->getNumAttributes(); in dump()112 const uint32_t numAttributes = AbbrevDecl->getNumAttributes(); in extractFast()233 const uint32_t numAttributes = AbbrevDecl->getNumAttributes(); in extract()
34 uint32_t getNumAttributes() const { return Attributes.size(); } in getNumAttributes() function
181 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function