Searched defs:AttributeSet (Results 1 – 5 of 5) sorted by relevance
229 explicit AttributeSet(AttributeSetImpl *LI) : pImpl(LI) {} in AttributeSet() function232 AttributeSet() : pImpl(nullptr) {} in AttributeSet() function
31 class AttributeSet; variable
226 explicit AttributeSet(AttributeSetNode *ASN) : SetNode(ASN) {} in AttributeSet() function
253 size_t numTrailingObjects(OverloadToken<AttributeSet>) { return NumAttrSets; } in numTrailingObjects()
253 SmallDenseSet<uint16_t> AttributeSet; in verifyAbbrevSection() local