Searched defs:AttributeSpec (Results 1 – 1 of 1) sorted by relevance
25 struct AttributeSpec { struct26 AttributeSpec(uint16_t Attr, uint16_t Form) : Attr(Attr), Form(Form) {} in AttributeSpec() argument30 typedef SmallVector<AttributeSpec, 8> AttributeSpecVector; argument