Searched defs:AttributeSet (Results 1 – 12 of 12) sorted by relevance
22 abstract class AttributeSet implements IContent class45 AttributeSet () {} in AttributeSet() method in AttributeSet
233 explicit AttributeSet(AttributeSetImpl *LI) : pImpl(LI) {} in AttributeSet() function236 AttributeSet() : pImpl(nullptr) {} in AttributeSet() function
31 class AttributeSet; variable
234 explicit AttributeSet(AttributeSetImpl *LI) : pImpl(LI) {} in AttributeSet() function237 AttributeSet() : pImpl(nullptr) {} in AttributeSet() function
217 explicit AttributeSet(AttributeSetNode *ASN) : SetNode(ASN) {} in AttributeSet() function
29 class AttributeSet; variable
228 size_t numTrailingObjects(OverloadToken<AttributeSet>) { return NumAttrSets; } in numTrailingObjects()
39 class AttributeSet; variable
221 friend class AttributeSet; variable
206 class AttributeSet: class
220 SmallDenseSet<uint16_t> AttributeSet; in verifyAbbrevSection() local