Searched refs:getDeclarationAttributes (Results 1 – 5 of 5) sorted by relevance
2608 const ParsedAttributesView &getDeclarationAttributes() const { in getDeclarationAttributes() function2614 if (!getAttributes().empty() || !getDeclarationAttributes().empty() || in hasAttributes()
1834 for (ParsedAttr &AL : declarator.getDeclarationAttributes()) { in ConvertDeclSpecToType()4911 if (hasCFReturnsAttr(D.getDeclarationAttributes()) || in GetFullTypeForDeclarator()5507 else if (!D.getDeclarationAttributes().hasAttribute( in GetFullTypeForDeclarator()5955 for (ParsedAttr &AL : D.getDeclarationAttributes()) { in GetFullTypeForDeclarator()
9988 ::checkUnusedDeclAttributes(*this, D.getDeclarationAttributes()); in checkUnusedDeclAttributes()10101 for (ParsedAttr &AL : PD.getDeclarationAttributes()) { in ProcessDeclAttributes()
7383 PD.getDeclarationAttributes().hasAttribute(Kind); in hasParsedAttr()
1277 assert(D.getDeclarationAttributes().empty()); in takeDeclAttributes()