Searched refs:isTypeAttr (Results 1 – 11 of 11) sorted by relevance
95 bool isTypeAttr() const;
204 bool AttributeList::isTypeAttr() const { in isTypeAttr() function in AttributeList
769 if (attr.isInvalid() || !attr.isTypeAttr()) { in checkOmittedBlockReturnType()
5381 assert(Attr.isTypeAttr() && "Non-type attribute not handled"); in ProcessDeclAttribute()
182 bool ParsedAttr::isTypeAttr() const { return getInfo().IsType; } in isTypeAttr() function in ParsedAttr
815 if (AL.isInvalid() || !AL.isTypeAttr()) in checkOmittedBlockReturnType()8090 bool IsTypeAttr = attr.isTypeAttr(); in processTypeAttrs()
7459 assert(AL.isTypeAttr() && "Non-type attribute not handled"); in ProcessDeclAttribute()
53 bool Attribute::isTypeAttr() const { return isSubClassOf("TypeAttrBase"); } in isTypeAttr() function in Attribute
501 bool isTypeAttr() const;
577 bool isTypeAttr() const;
1134 if (namedAttr.attr.isTypeAttr()) { in genUseAttrAsResultTypeBuilder()