Searched defs:isTypeAttr (Results 1 – 3 of 3) sorted by relevance
182 bool ParsedAttr::isTypeAttr() const { return getInfo().IsType; } in isTypeAttr() function in ParsedAttr
204 bool AttributeList::isTypeAttr() const { in isTypeAttr() function in AttributeList
53 bool Attribute::isTypeAttr() const { return isSubClassOf("TypeAttrBase"); } in isTypeAttr() function in Attribute