Searched refs:getDeclarationAttributes (Results 1 – 5 of 5) sorted by relevance
2591 const ParsedAttributesView &getDeclarationAttributes() const { in getDeclarationAttributes() function2597 if (!getAttributes().empty() || !getDeclarationAttributes().empty() || in hasAttributes()
1816 for (ParsedAttr &AL : declarator.getDeclarationAttributes()) { in ConvertDeclSpecToType()4806 if (hasCFReturnsAttr(D.getDeclarationAttributes()) || in GetFullTypeForDeclarator()5381 else if (!D.getDeclarationAttributes().hasAttribute( in GetFullTypeForDeclarator()5804 for (ParsedAttr &AL : D.getDeclarationAttributes()) { in GetFullTypeForDeclarator()
9485 ::checkUnusedDeclAttributes(*this, D.getDeclarationAttributes()); in checkUnusedDeclAttributes()9600 for (ParsedAttr &AL : PD.getDeclarationAttributes()) { in ProcessDeclAttributes()
7239 PD.getDeclarationAttributes().hasAttribute(Kind); in hasParsedAttr()
1264 assert(D.getDeclarationAttributes().empty()); in takeDeclAttributes()