Searched refs:getDeclarationAttributes (Results 1 – 5 of 5) sorted by relevance
2562 const ParsedAttributesView &getDeclarationAttributes() const { in getDeclarationAttributes() function2568 if (!getAttributes().empty() || !getDeclarationAttributes().empty() || in hasAttributes()
1794 for (ParsedAttr &AL : declarator.getDeclarationAttributes()) { in ConvertDeclSpecToType()4734 if (hasCFReturnsAttr(D.getDeclarationAttributes()) || in GetFullTypeForDeclarator()5306 if (!D.getDeclarationAttributes().hasAttribute( in GetFullTypeForDeclarator()5726 for (ParsedAttr &AL : D.getDeclarationAttributes()) { in GetFullTypeForDeclarator()
9230 ::checkUnusedDeclAttributes(*this, D.getDeclarationAttributes()); in checkUnusedDeclAttributes()9345 for (ParsedAttr &AL : PD.getDeclarationAttributes()) { in ProcessDeclAttributes()
7146 PD.getDeclarationAttributes().hasAttribute(Kind); in hasParsedAttr()
1232 assert(D.getDeclarationAttributes().empty()); in takeDeclAttributes()