Lines Matching full:attributeset
37 class AttributeSet;
72 typedef DenseMap<AttributeSet, unsigned> AttributeGroupMapType;
74 std::vector<AttributeSet> AttributeGroups;
76 typedef DenseMap<AttributeSet, unsigned> AttributeMapType;
78 std::vector<AttributeSet> Attribute;
139 unsigned getAttributeID(AttributeSet PAL) const {
146 unsigned getAttributeGroupID(AttributeSet PAL) const {
169 const std::vector<AttributeSet> &getAttributes() const {
172 const std::vector<AttributeSet> &getAttributeGroups() const {
201 void EnumerateAttributes(AttributeSet PAL);